Html Css Color HEX #AA9579 Bronco

📋 copy color: '#AA9579'

red 170 ◦ green 149 ◦ blue 121

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

Shades of Bronco #AA9579

Tints of Bronco #AA9579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.5%

R = 38.64%
G = 33.86%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA9579 (or 0xAA9579) is known color: Bronco. HEX triplet: AA, 95 and 79. RGB value is (170,149,121). Sum of RGB (Red+Green+Blue) = 170+149+121=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9579 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9579 is #556A86. Grayscale: #989898. Windows color (decimal): -5597831 or 7968170. OLE color: 7968170.

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

Color convert

RGB 170 149 121 -
CMYK 0 0.12 0.29 0.33
HSL 34.29º 0.22% 0.57% -
HSV(B) 34.29º 0.29% 0.67% -
XYZ 30.78 31.42 22.53 -
YUV 152.09 110.46 140.78 -
System Red Green Blue C M Y K H S L
Decimal 170 149 121 0 0.12 0.29 0.33 34.29 0.22 0.57
Hex AA 95 79 0 C 1D 21 22 16 39
Octal 252 225 171 0 14 35 41 42 26 71
Binary 10101010 10010101 1111001 0 1100 11101 100001 100010 10110 111001

Color Harmonies of #AA9579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9579

Black with #AA9579

Text Example


Text Example

White with #AA9579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9579; }

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

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

background-color css

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

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

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

border-color css

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

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

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