Html Css Color HEX #AA987C Bronco

📋 copy color: '#AA987C'

red 170 ◦ green 152 ◦ blue 124

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

Shades of Bronco #AA987C

Tints of Bronco #AA987C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.8%

R = 38.12%
G = 34.08%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA987C (or 0xAA987C) is known color: Bronco. HEX triplet: AA, 98 and 7C. RGB value is (170,152,124). Sum of RGB (Red+Green+Blue) = 170+152+124=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 170 - color contains mainly: red. Hex color #AA987C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA987C is #556783. Grayscale: #9A9A9A. Windows color (decimal): -5597060 or 8165546. OLE color: 8165546.

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

Color convert

RGB 170 152 124 -
CMYK 0 0.11 0.27 0.33
HSL 36.52º 0.21% 0.58% -
HSV(B) 36.52º 0.27% 0.67% -
XYZ 31.44 32.46 23.68 -
YUV 154.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 170 152 124 0 0.11 0.27 0.33 36.52 0.21 0.58
Hex AA 98 7C 0 B 1B 21 25 15 3A
Octal 252 230 174 0 13 33 41 45 25 72
Binary 10101010 10011000 1111100 0 1011 11011 100001 100101 10101 111010

Color Harmonies of #AA987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA987C

Black with #AA987C

Text Example


Text Example

White with #AA987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA987C; }

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

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

background-color css

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

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

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

border-color css

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

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

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