#A4917C

Color #A4917C Bronco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronco #A4917C

Tints of Bronco #A4917C

Color information

#A4917C (or 0xA4917C) is unknown color: approx Bronco. HEX triplet: A4, 91 and 7C. RGB value is (164,145,124). Sum of RGB (Red+Green+Blue) = 164+145+124=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A4917C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4917C is #5B6E83. Grayscale: #949494. Windows color (decimal): -5992068 or 8163748. OLE color: 8163748.

HSL color Cylindrical-coordinate representation of color #A4917C: hue angle of 31.5º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A4917C is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB164145124-
CMYK00.120.240.36
HSL31.5º18.02%56.47%-
HSV(B)31.5º24.39%64.31%-
XYZ29.0729.623.25-
YUV148.29114.29139.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.88%
GREEN value IS 145 (57.03% from 255) = 33.49%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=37.88%
G=33.49%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16414512400.120.240.3631.518.0256.47
HexA4917C0C1824201238
Octal2442211740143044402270
Binary10100100100100011111100011001100010010010000010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4917C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4917C; }

 p { color: rgb(164,145,124); }

 H1.HeaderClassName
 {
   color: #A4917C;
 }
 .AnyTagClassName
 {
   color: #A4917C;
 }
</style>
background-color css

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

 a { background-color: rgb(164,145,124); }

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

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

 span { border-color: rgb(164,145,124); }

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