Html Css Color HEX #AA9476 Bronco

📋 copy color: '#AA9476'

red 170 ◦ green 148 ◦ blue 118

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

Shades of Bronco #AA9476

Tints of Bronco #AA9476

RGB

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

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

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

R = 38.99%
G = 33.94%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA9476 (or 0xAA9476) is known color: Bronco. HEX triplet: AA, 94 and 76. RGB value is (170,148,118). Sum of RGB (Red+Green+Blue) = 170+148+118=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9476 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA9476 is #556B89. Grayscale: #979797. Windows color (decimal): -5598090 or 7771306. OLE color: 7771306.

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

Color convert

RGB 170 148 118 -
CMYK 0 0.13 0.31 0.33
HSL 34.62º 0.23% 0.56% -
HSV(B) 34.62º 0.31% 0.67% -
XYZ 30.44 31.03 21.53 -
YUV 151.16 109.29 141.44 -
System Red Green Blue C M Y K H S L
Decimal 170 148 118 0 0.13 0.31 0.33 34.62 0.23 0.56
Hex AA 94 76 0 D 1F 21 23 17 38
Octal 252 224 166 0 15 37 41 43 27 70
Binary 10101010 10010100 1110110 0 1101 11111 100001 100011 10111 111000

Color Harmonies of #AA9476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9476

Black with #AA9476

Text Example


Text Example

White with #AA9476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9476; }

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

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

background-color css

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

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

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

border-color css

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

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

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