#A4917D

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

Shades of Bronco #A4917D

Tints of Bronco #A4917D

Color information

#A4917D (or 0xA4917D) is unknown color: approx Bronco. HEX triplet: A4, 91 and 7D. RGB value is (164,145,125). Sum of RGB (Red+Green+Blue) = 164+145+125=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A4917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4917D is #5B6E82. Grayscale: #949494. Windows color (decimal): -5992067 or 8229284. OLE color: 8229284.

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

Color convert

RGB164145125-
CMYK00.120.240.36
HSL30.77º17.65%56.67%-
HSV(B)30.77º23.78%64.31%-
XYZ29.1429.6223.58-
YUV148.4114.79139.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 145 (57.03% from 255) = 33.41%
BLUE value IS 125 (49.22% from 255) = 28.80%
R=37.79%
G=33.41%
B=28.80%

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
Decimal16414512500.120.240.3630.7717.6556.67
HexA4917D0C18241f1239
Octal2442211750143044372271
Binary1010010010010001111110101100110001001001111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4917D; }

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

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

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

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

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

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

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

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