#AC9B79

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

Shades of Bronco #AC9B79

Tints of Bronco #AC9B79

Color information

#AC9B79 (or 0xAC9B79) is unknown color: approx Bronco. HEX triplet: AC, 9B and 79. RGB value is (172,155,121). Sum of RGB (Red+Green+Blue) = 172+155+121=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9B79 is #536486. Grayscale: #9C9C9C. Windows color (decimal): -5465223 or 7969708. OLE color: 7969708.

HSL color Cylindrical-coordinate representation of color #AC9B79: hue angle of 40º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC9B79 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB172155121-
CMYK00.100.300.33
HSL40º23.5%57.45%-
HSV(B)40º29.65%67.45%-
XYZ32.1933.5922.88-
YUV156.21108.13139.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 155 (60.94% from 255) = 34.60%
BLUE value IS 121 (47.66% from 255) = 27.01%
R=38.39%
G=34.60%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215512100.100.300.334023.557.45
HexAC9B790A1E21281839
Octal2542331710123641503071
Binary10101100100110111111001010101111010000110100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B79; }

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

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

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

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

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

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

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

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