Html Css Color HEX #AA9884 Bronco

📋 copy color: '#AA9884'

red 170 ◦ green 152 ◦ blue 132

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

Shades of Bronco #AA9884

Tints of Bronco #AA9884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.07%

R = 37.44%
G = 33.48%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AA9884 (or 0xAA9884) is known color: Bronco. HEX triplet: AA, 98 and 84. RGB value is (170,152,132). Sum of RGB (Red+Green+Blue) = 170+152+132=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 132 (51.95% from 255 or 29.07% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9884 is #55677B. Grayscale: #9B9B9B. Windows color (decimal): -5597052 or 8689834. OLE color: 8689834.

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

Color convert

RGB 170 152 132 -
CMYK 0 0.11 0.22 0.33
HSL 31.58º 0.18% 0.59% -
HSV(B) 31.58º 0.22% 0.67% -
XYZ 31.97 32.67 26.45 -
YUV 155.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 170 152 132 0 0.11 0.22 0.33 31.58 0.18 0.59
Hex AA 98 84 0 B 16 21 20 12 3B
Octal 252 230 204 0 13 26 41 40 22 73
Binary 10101010 10011000 10000100 0 1011 10110 100001 100000 10010 111011

Color Harmonies of #AA9884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9884

Black with #AA9884

Text Example


Text Example

White with #AA9884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9884; }

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

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

background-color css

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

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

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

border-color css

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

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

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