Html Css Color HEX #A59380 Bronco

📋 copy color: '#A59380'

red 165 ◦ green 147 ◦ blue 128

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

Shades of Bronco #A59380

Tints of Bronco #A59380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.41%

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

R = 37.5%
G = 33.41%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A59380 (or 0xA59380) is known color: Bronco. HEX triplet: A5, 93 and 80. RGB value is (165,147,128). Sum of RGB (Red+Green+Blue) = 165+147+128=440 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.5% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 165 - color contains mainly: red. Hex color #A59380 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59380 is #5A6C7F. Grayscale: #969696. Windows color (decimal): -5926016 or 8426405. OLE color: 8426405.

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

Color convert

RGB 165 147 128 -
CMYK 0 0.11 0.22 0.35
HSL 30.81º 0.17% 0.57% -
HSV(B) 30.81º 0.22% 0.65% -
XYZ 29.85 30.43 24.72 -
YUV 150.22 115.46 138.54 -
System Red Green Blue C M Y K H S L
Decimal 165 147 128 0 0.11 0.22 0.35 30.81 0.17 0.57
Hex A5 93 80 0 B 16 23 1F 11 39
Octal 245 223 200 0 13 26 43 37 21 71
Binary 10100101 10010011 10000000 0 1011 10110 100011 11111 10001 111001

Color Harmonies of #A59380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59380

Black with #A59380

Text Example


Text Example

White with #A59380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59380; }

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

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

background-color css

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

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

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

border-color css

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

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

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