Html Css Color HEX #A59480 Bronco

📋 copy color: '#A59480'

red 165 ◦ green 148 ◦ blue 128

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

Shades of Bronco #A59480

Tints of Bronco #A59480

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.56%

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

R = 37.41%
G = 33.56%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A59480 (or 0xA59480) is known color: Bronco. HEX triplet: A5, 94 and 80. RGB value is (165,148,128). Sum of RGB (Red+Green+Blue) = 165+148+128=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 165 - color contains mainly: red. Hex color #A59480 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59480 is #5A6B7F. Grayscale: #969696. Windows color (decimal): -5925760 or 8426661. OLE color: 8426661.

HSL color Cylindrical-coordinate representation of color #A59480: hue angle of 32.43º 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 #A59480 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 148 128 -
CMYK 0 0.10 0.22 0.35
HSL 32.43º 0.17% 0.57% -
HSV(B) 32.43º 0.22% 0.65% -
XYZ 30 30.74 24.77 -
YUV 150.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 165 148 128 0 0.10 0.22 0.35 32.43 0.17 0.57
Hex A5 94 80 0 A 16 23 20 11 39
Octal 245 224 200 0 12 26 43 40 21 71
Binary 10100101 10010100 10000000 0 1010 10110 100011 100000 10001 111001

Color Harmonies of #A59480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59480

Black with #A59480

Text Example


Text Example

White with #A59480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59480; }

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

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

background-color css

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

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

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

border-color css

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

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

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