#AC9B7D

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

Shades of Bronco #AC9B7D

Tints of Bronco #AC9B7D

Color information

#AC9B7D (or 0xAC9B7D) is unknown color: approx Bronco. HEX triplet: AC, 9B and 7D. RGB value is (172,155,125). Sum of RGB (Red+Green+Blue) = 172+155+125=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9B7D is #536482. Grayscale: #9C9C9C. Windows color (decimal): -5465219 or 8231852. OLE color: 8231852.

HSL color Cylindrical-coordinate representation of color #AC9B7D: hue angle of 38.3º 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 #AC9B7D is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB172155125-
CMYK00.100.270.33
HSL38.3º22.07%58.24%-
HSV(B)38.3º27.33%67.45%-
XYZ32.4433.6924.2-
YUV156.66110.13138.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.05%
GREEN value IS 155 (60.94% from 255) = 34.29%
BLUE value IS 125 (49.22% from 255) = 27.65%
R=38.05%
G=34.29%
B=27.65%

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
Decimal17215512500.100.270.3338.322.0758.24
HexAC9B7D0A1B2126163a
Octal2542331750123341462672
Binary10101100100110111111101010101101110000110011010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B7D; }

 p { color: rgb(172,155,125); }

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

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

 a { background-color: rgb(172,155,125); }

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

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

 span { border-color: rgb(172,155,125); }

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