#AC9777

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

Shades of Bronco #AC9777

Tints of Bronco #AC9777

Color information

#AC9777 (or 0xAC9777) is unknown color: approx Bronco. HEX triplet: AC, 97 and 77. RGB value is (172,151,119). Sum of RGB (Red+Green+Blue) = 172+151+119=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 151 (59.38% from 255 or 34.16% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9777 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9777 is #536888. Grayscale: #999999. Windows color (decimal): -5466249 or 7837612. OLE color: 7837612.

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

Color convert

RGB172151119-
CMYK00.120.310.33
HSL36.23º24.2%57.06%-
HSV(B)36.23º30.81%67.45%-
XYZ31.4132.2422.02-
YUV153.63108.46141.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 151 (59.38% from 255) = 34.16%
BLUE value IS 119 (46.88% from 255) = 26.92%
R=38.91%
G=34.16%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215111900.120.310.3336.2324.257.06
HexAC97770C1F21241839
Octal2542271670143741443071
Binary10101100100101111110111011001111110000110010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9777; }

 p { color: rgb(172,151,119); }

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

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

 a { background-color: rgb(172,151,119); }

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

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

 span { border-color: rgb(172,151,119); }

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