Html Css Color HEX #AA9477 Bronco

📋 copy color: '#AA9477'

red 170 ◦ green 148 ◦ blue 119

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

Shades of Bronco #AA9477

Tints of Bronco #AA9477

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.87%

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

R = 38.9%
G = 33.87%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#AA9477 (or 0xAA9477) is known color: Bronco. HEX triplet: AA, 94 and 77. RGB value is (170,148,119). Sum of RGB (Red+Green+Blue) = 170+148+119=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 119 (46.88% from 255 or 27.23% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9477 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9477 is #556B88. Grayscale: #979797. Windows color (decimal): -5598089 or 7836842. OLE color: 7836842.

HSL color Cylindrical-coordinate representation of color #AA9477: hue angle of 34.12º 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 #AA9477 is Cyan = 0, Magento = 0.13, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 148 119 -
CMYK 0 0.13 0.3 0.33
HSL 34.12º 0.23% 0.57% -
HSV(B) 34.12º 0.3% 0.67% -
XYZ 30.5 31.06 21.84 -
YUV 151.27 109.79 141.36 -
System Red Green Blue C M Y K H S L
Decimal 170 148 119 0 0.13 0.3 0.33 34.12 0.23 0.57
Hex AA 94 77 0 D 1E 21 22 17 39
Octal 252 224 167 0 15 36 41 42 27 71
Binary 10101010 10010100 1110111 0 1101 11110 100001 100010 10111 111001

Color Harmonies of #AA9477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9477

Black with #AA9477

Text Example


Text Example

White with #AA9477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9477; }

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

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

background-color css

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

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

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

border-color css

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

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

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