Html Css Color HEX #AA9576 Bronco

📋 copy color: '#AA9576'

red 170 ◦ green 149 ◦ blue 118

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

Shades of Bronco #AA9576

Tints of Bronco #AA9576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27%

R = 38.9%
G = 34.1%
B = 27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA9576 (or 0xAA9576) is known color: Bronco. HEX triplet: AA, 95 and 76. RGB value is (170,149,118). Sum of RGB (Red+Green+Blue) = 170+149+118=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9576 is #556A89. Grayscale: #979797. Windows color (decimal): -5597834 or 7771562. OLE color: 7771562.

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

Color convert

RGB 170 149 118 -
CMYK 0 0.12 0.31 0.33
HSL 35.77º 0.23% 0.56% -
HSV(B) 35.77º 0.31% 0.67% -
XYZ 30.6 31.35 21.58 -
YUV 151.75 108.96 141.02 -
System Red Green Blue C M Y K H S L
Decimal 170 149 118 0 0.12 0.31 0.33 35.77 0.23 0.56
Hex AA 95 76 0 C 1F 21 24 17 38
Octal 252 225 166 0 14 37 41 44 27 70
Binary 10101010 10010101 1110110 0 1100 11111 100001 100100 10111 111000

Color Harmonies of #AA9576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9576

Black with #AA9576

Text Example


Text Example

White with #AA9576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9576; }

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

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

background-color css

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

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

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

border-color css

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

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

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