Html Css Color HEX #AA9880 Bronco

📋 copy color: '#AA9880'

red 170 ◦ green 152 ◦ blue 128

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

Shades of Bronco #AA9880

Tints of Bronco #AA9880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.78%

 BLUE value IS 128 (50.39% from 255) = 28.44%

R = 37.78%
G = 33.78%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA9880 (or 0xAA9880) is known color: Bronco. HEX triplet: AA, 98 and 80. RGB value is (170,152,128). Sum of RGB (Red+Green+Blue) = 170+152+128=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9880 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9880 is #55677F. Grayscale: #9A9A9A. Windows color (decimal): -5597056 or 8427690. OLE color: 8427690.

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

Color convert

RGB 170 152 128 -
CMYK 0 0.11 0.25 0.33
HSL 34.29º 0.2% 0.58% -
HSV(B) 34.29º 0.25% 0.67% -
XYZ 31.7 32.56 25.04 -
YUV 154.65 112.96 138.95 -
System Red Green Blue C M Y K H S L
Decimal 170 152 128 0 0.11 0.25 0.33 34.29 0.2 0.58
Hex AA 98 80 0 B 19 21 22 14 3A
Octal 252 230 200 0 13 31 41 42 24 72
Binary 10101010 10011000 10000000 0 1011 11001 100001 100010 10100 111010

Color Harmonies of #AA9880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9880

Black with #AA9880

Text Example


Text Example

White with #AA9880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9880; }

 p { color: rgb(170,152,128); }

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

background-color css

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

 a { background-color: rgb(170,152,128); }

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

border-color css

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

 span { border-color: rgb(170,152,128); }

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