#A59882

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

Shades of Bronco #A59882

Tints of Bronco #A59882

Color information

#A59882 (or 0xA59882) is unknown color: approx Bronco. HEX triplet: A5, 98 and 82. RGB value is (165,152,130). Sum of RGB (Red+Green+Blue) = 165+152+130=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 152 (59.77% from 255 or 34.00% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 165 - color contains mainly: red. Hex color #A59882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59882 is #5A677D. Grayscale: #999999. Windows color (decimal): -5924734 or 8558757. OLE color: 8558757.

HSL color Cylindrical-coordinate representation of color #A59882: hue angle of 37.71º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A59882 is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB165152130-
CMYK00.080.210.35
HSL37.71º16.28%57.84%-
HSV(B)37.71º21.21%64.71%-
XYZ30.7732.0725.69-
YUV153.38114.81136.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 152 (59.77% from 255) = 34.00%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=36.91%
G=34.00%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515213000.080.210.3537.7116.2857.84
HexA5988208152326103a
Octal2452302020102543462072
Binary101001011001100010000010010001010110001110011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59882; }

 p { color: rgb(165,152,130); }

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

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

 a { background-color: rgb(165,152,130); }

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

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

 span { border-color: rgb(165,152,130); }

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