Html Css Color HEX #AA9574 Bronco

📋 copy color: '#AA9574'

red 170 ◦ green 149 ◦ blue 116

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

Shades of Bronco #AA9574

Tints of Bronco #AA9574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.67%

R = 39.08%
G = 34.25%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA9574 (or 0xAA9574) is known color: Bronco. HEX triplet: AA, 95 and 74. RGB value is (170,149,116). Sum of RGB (Red+Green+Blue) = 170+149+116=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9574 is #556A8B. Grayscale: #979797. Windows color (decimal): -5597836 or 7640490. OLE color: 7640490.

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

Color convert

RGB 170 149 116 -
CMYK 0 0.12 0.32 0.33
HSL 36.67º 0.24% 0.56% -
HSV(B) 36.67º 0.32% 0.67% -
XYZ 30.48 31.3 20.96 -
YUV 151.52 107.96 141.18 -
System Red Green Blue C M Y K H S L
Decimal 170 149 116 0 0.12 0.32 0.33 36.67 0.24 0.56
Hex AA 95 74 0 C 20 21 25 18 38
Octal 252 225 164 0 14 40 41 45 30 70
Binary 10101010 10010101 1110100 0 1100 100000 100001 100101 11000 111000

Color Harmonies of #AA9574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9574

Black with #AA9574

Text Example


Text Example

White with #AA9574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9574; }

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

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

background-color css

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

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

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

border-color css

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

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

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