Html Css Color HEX #AA9577 Bronco

📋 copy color: '#AA9577'

red 170 ◦ green 149 ◦ blue 119

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

Shades of Bronco #AA9577

Tints of Bronco #AA9577

RGB

 RED value IS 170 (66.8% from 255) = 38.81%

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

 BLUE value IS 119 (46.88% from 255) = 27.17%

R = 38.81%
G = 34.02%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA9577 (or 0xAA9577) is known color: Bronco. HEX triplet: AA, 95 and 77. RGB value is (170,149,119). Sum of RGB (Red+Green+Blue) = 170+149+119=438 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.81% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9577 is #556A88. Grayscale: #989898. Windows color (decimal): -5597833 or 7837098. OLE color: 7837098.

HSL color Cylindrical-coordinate representation of color #AA9577: hue angle of 35.29º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA9577 is Cyan = 0, Magento = 0.12, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 149 119 -
CMYK 0 0.12 0.3 0.33
HSL 35.29º 0.23% 0.57% -
HSV(B) 35.29º 0.3% 0.67% -
XYZ 30.65 31.37 21.89 -
YUV 151.86 109.46 140.94 -
System Red Green Blue C M Y K H S L
Decimal 170 149 119 0 0.12 0.3 0.33 35.29 0.23 0.57
Hex AA 95 77 0 C 1E 21 23 17 39
Octal 252 225 167 0 14 36 41 43 27 71
Binary 10101010 10010101 1110111 0 1100 11110 100001 100011 10111 111001

Color Harmonies of #AA9577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9577

Black with #AA9577

Text Example


Text Example

White with #AA9577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9577; }

 p { color: rgb(170,149,119); }

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

background-color css

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

 a { background-color: rgb(170,149,119); }

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

border-color css

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

 span { border-color: rgb(170,149,119); }

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