Html Css Color HEX #A59581 Bronco

📋 copy color: '#A59581'

red 165 ◦ green 149 ◦ blue 129

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

Shades of Bronco #A59581

Tints of Bronco #A59581

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.63%

 BLUE value IS 129 (50.78% from 255) = 29.12%

R = 37.25%
G = 33.63%
B = 29.12%

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

#A59581 (or 0xA59581) is known color: Bronco. HEX triplet: A5, 95 and 81. RGB value is (165,149,129). Sum of RGB (Red+Green+Blue) = 165+149+129=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 149 (58.59% from 255 or 33.63% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 165 - color contains mainly: red. Hex color #A59581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59581 is #5A6A7E. Grayscale: #979797. Windows color (decimal): -5925503 or 8492453. OLE color: 8492453.

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

Color convert

RGB 165 149 129 -
CMYK 0 0.10 0.22 0.35
HSL 33.33º 0.17% 0.58% -
HSV(B) 33.33º 0.22% 0.65% -
XYZ 30.23 31.08 25.17 -
YUV 151.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 165 149 129 0 0.10 0.22 0.35 33.33 0.17 0.58
Hex A5 95 81 0 A 16 23 21 11 3A
Octal 245 225 201 0 12 26 43 41 21 72
Binary 10100101 10010101 10000001 0 1010 10110 100011 100001 10001 111010

Color Harmonies of #A59581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59581

Black with #A59581

Text Example


Text Example

White with #A59581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59581; }

 p { color: rgb(165,149,129); }

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

background-color css

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

 a { background-color: rgb(165,149,129); }

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

border-color css

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

 span { border-color: rgb(165,149,129); }

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