#A99782

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

Shades of Bronco #A99782

Tints of Bronco #A99782

Color information

#A99782 (or 0xA99782) is unknown color: approx Bronco. HEX triplet: A9, 97 and 82. RGB value is (169,151,130). Sum of RGB (Red+Green+Blue) = 169+151+130=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 169 - color contains mainly: red. Hex color #A99782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99782 is #56687D. Grayscale: #9A9A9A. Windows color (decimal): -5662846 or 8558505. OLE color: 8558505.

HSL color Cylindrical-coordinate representation of color #A99782: hue angle of 32.31º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A99782 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB169151130-
CMYK00.110.230.34
HSL32.31º18.48%58.63%-
HSV(B)32.31º23.08%66.27%-
XYZ31.4632.1825.67-
YUV153.99114.46138.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.56%
GREEN value IS 151 (59.38% from 255) = 33.56%
BLUE value IS 130 (51.17% from 255) = 28.89%
R=37.56%
G=33.56%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915113000.110.230.3432.3118.4858.63
HexA997820B172220123b
Octal2512272020132742402273
Binary101010011001011110000010010111011110001010000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99782; }

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

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

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

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

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

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

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

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