#A99582

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

Shades of Bronco #A99582

Tints of Bronco #A99582

Color information

#A99582 (or 0xA99582) is unknown color: approx Bronco. HEX triplet: A9, 95 and 82. RGB value is (169,149,130). Sum of RGB (Red+Green+Blue) = 169+149+130=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 169 - color contains mainly: red. Hex color #A99582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99582 is #566A7D. Grayscale: #989898. Windows color (decimal): -5663358 or 8557993. OLE color: 8557993.

HSL color Cylindrical-coordinate representation of color #A99582: hue angle of 29.23º 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 #A99582 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB169149130-
CMYK00.120.230.34
HSL29.23º18.48%58.63%-
HSV(B)29.23º23.08%66.27%-
XYZ31.1431.5425.57-
YUV152.81115.13139.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.72%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 130 (51.17% from 255) = 29.02%
R=37.72%
G=33.26%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914913000.120.230.3429.2318.4858.63
HexA995820C17221d123b
Octal2512252020142742352273
Binary10101001100101011000001001100101111000101110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99582; }

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

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

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

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

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

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

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

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