#AC9A7E

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

Shades of Bronco #AC9A7E

Tints of Bronco #AC9A7E

Color information

#AC9A7E (or 0xAC9A7E) is unknown color: approx Bronco. HEX triplet: AC, 9A and 7E. RGB value is (172,154,126). Sum of RGB (Red+Green+Blue) = 172+154+126=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 154 (60.55% from 255 or 34.07% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9A7E is #536581. Grayscale: #9C9C9C. Windows color (decimal): -5465474 or 8297132. OLE color: 8297132.

HSL color Cylindrical-coordinate representation of color #AC9A7E: hue angle of 36.52º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC9A7E is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB172154126-
CMYK00.100.270.33
HSL36.52º21.7%58.43%-
HSV(B)36.52º26.74%67.45%-
XYZ32.3333.3924.48-
YUV156.19110.96139.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 154 (60.55% from 255) = 34.07%
BLUE value IS 126 (49.61% from 255) = 27.88%
R=38.05%
G=34.07%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215412600.100.270.3336.5221.758.43
HexAC9A7E0A1B2125163a
Octal2542321760123341452672
Binary10101100100110101111110010101101110000110010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9A7E; }

 p { color: rgb(172,154,126); }

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

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

 a { background-color: rgb(172,154,126); }

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

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

 span { border-color: rgb(172,154,126); }

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