#AC9782

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

Shades of Bronco #AC9782

Tints of Bronco #AC9782

Color information

#AC9782 (or 0xAC9782) is unknown color: approx Bronco. HEX triplet: AC, 97 and 82. RGB value is (172,151,130). Sum of RGB (Red+Green+Blue) = 172+151+130=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 130 (51.17% from 255 or 28.70% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9782 is #53687D. Grayscale: #9A9A9A. Windows color (decimal): -5466238 or 8558508. OLE color: 8558508.

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

Color convert

RGB172151130-
CMYK00.120.240.33
HSL30º20.19%59.22%-
HSV(B)30º24.42%67.45%-
XYZ32.1132.5225.7-
YUV154.88113.96140.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 151 (59.38% from 255) = 33.33%
BLUE value IS 130 (51.17% from 255) = 28.70%
R=37.97%
G=33.33%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215113000.120.240.333020.1959.22
HexAC97820C18211e143b
Octal2542272020143041362473
Binary10101100100101111000001001100110001000011111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9782; }

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

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

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

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

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

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

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

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