#A99784

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

Shades of Bronco #A99784

Tints of Bronco #A99784

Color information

#A99784 (or 0xA99784) is unknown color: approx Bronco. HEX triplet: A9, 97 and 84. RGB value is (169,151,132). Sum of RGB (Red+Green+Blue) = 169+151+132=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 132 (51.95% from 255 or 29.20% from 452); Max value from RGB is 169 - color contains mainly: red. Hex color #A99784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99784 is #56687B. Grayscale: #9A9A9A. Windows color (decimal): -5662844 or 8689577. OLE color: 8689577.

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

Color convert

RGB169151132-
CMYK00.110.220.34
HSL30.81º17.7%59.02%-
HSV(B)30.81º21.89%66.27%-
XYZ31.5932.2326.39-
YUV154.22115.46138.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 151 (59.38% from 255) = 33.41%
BLUE value IS 132 (51.95% from 255) = 29.20%
R=37.39%
G=33.41%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915113200.110.220.3430.8117.759.02
HexA997840B16221f123b
Octal2512272040132642372273
Binary10101001100101111000010001011101101000101111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99784; }

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

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

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

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

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

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

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

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