Html Css Color HEX #A4947F Bronco

📋 copy color: '#A4947F'

red 164 ◦ green 148 ◦ blue 127

#A4947F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronco #A4947F

Tints of Bronco #A4947F

RGB

 RED value IS 164 (64.45% from 255) = 37.36%

 GREEN value IS 148 (58.2% from 255) = 33.71%

 BLUE value IS 127 (50% from 255) = 28.93%

R = 37.36%
G = 33.71%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A4947F (or 0xA4947F) is known color: Bronco. HEX triplet: A4, 94 and 7F. RGB value is (164,148,127). Sum of RGB (Red+Green+Blue) = 164+148+127=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A4947F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4947F is #5B6B80. Grayscale: #969696. Windows color (decimal): -5991297 or 8361124. OLE color: 8361124.

HSL color Cylindrical-coordinate representation of color #A4947F: hue angle of 34.05º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4947F is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 148 127 -
CMYK 0 0.10 0.23 0.36
HSL 34.05º 0.17% 0.57% -
HSV(B) 34.05º 0.23% 0.64% -
XYZ 29.73 30.6 24.42 -
YUV 150.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 164 148 127 0 0.10 0.23 0.36 34.05 0.17 0.57
Hex A4 94 7F 0 A 17 24 22 11 39
Octal 244 224 177 0 12 27 44 42 21 71
Binary 10100100 10010100 1111111 0 1010 10111 100100 100010 10001 111001

Color Harmonies of #A4947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4947F

Black with #A4947F

Text Example


Text Example

White with #A4947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4947F; }

 p { color: rgb(164,148,127); }

 H1.HeaderClassName
 {
   color: #A4947F;
 }
 .AnyTagClassName
 {
   color: #A4947F;
 }
</style>

background-color css

<style>
 a { background-color: #A4947F; }

 a { background-color: rgb(164,148,127); }

 div.DivClassName
 {
   background-color: #A4947F;
 }
 .BgClassName
 {
   background-color: #A4947F;
 }
</style>

border-color css

<style>
 span { border-color: #A4947F; }

 span { border-color: rgb(164,148,127); }

 td.TdClassName
 {
   border-color: #A4947F;
 }
 .TagClassName
 {
   border-color: #A4947F;
 }
</style>