Html Css Color HEX #A59880 Bronco

📋 copy color: '#A59880'

red 165 ◦ green 152 ◦ blue 128

#A59880
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronco #A59880

Tints of Bronco #A59880

RGB

 RED value IS 165 (64.84% from 255) = 37.08%

 GREEN value IS 152 (59.77% from 255) = 34.16%

 BLUE value IS 128 (50.39% from 255) = 28.76%

R = 37.08%
G = 34.16%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A59880 (or 0xA59880) is known color: Bronco. HEX triplet: A5, 98 and 80. RGB value is (165,152,128). Sum of RGB (Red+Green+Blue) = 165+152+128=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 165 - color contains mainly: red. Hex color #A59880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59880 is #5A677F. Grayscale: #999999. Windows color (decimal): -5924736 or 8427685. OLE color: 8427685.

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

Color convert

RGB 165 152 128 -
CMYK 0 0.08 0.22 0.35
HSL 38.92º 0.17% 0.57% -
HSV(B) 38.92º 0.22% 0.65% -
XYZ 30.64 32.01 24.99 -
YUV 153.15 113.81 136.45 -
System Red Green Blue C M Y K H S L
Decimal 165 152 128 0 0.08 0.22 0.35 38.92 0.17 0.57
Hex A5 98 80 0 8 16 23 27 11 39
Octal 245 230 200 0 10 26 43 47 21 71
Binary 10100101 10011000 10000000 0 1000 10110 100011 100111 10001 111001

Color Harmonies of #A59880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59880

Black with #A59880

Text Example


Text Example

White with #A59880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59880; }

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

 H1.HeaderClassName
 {
   color: #A59880;
 }
 .AnyTagClassName
 {
   color: #A59880;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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