Html Css Color HEX #AA987F Bronco

📋 copy color: '#AA987F'

red 170 ◦ green 152 ◦ blue 127

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

Shades of Bronco #AA987F

Tints of Bronco #AA987F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.29%

R = 37.86%
G = 33.85%
B = 28.29%

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

#AA987F (or 0xAA987F) is known color: Bronco. HEX triplet: AA, 98 and 7F. RGB value is (170,152,127). Sum of RGB (Red+Green+Blue) = 170+152+127=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 170 - color contains mainly: red. Hex color #AA987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA987F is #556780. Grayscale: #9A9A9A. Windows color (decimal): -5597057 or 8362154. OLE color: 8362154.

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

Color convert

RGB 170 152 127 -
CMYK 0 0.11 0.25 0.33
HSL 34.88º 0.2% 0.58% -
HSV(B) 34.88º 0.25% 0.67% -
XYZ 31.64 32.53 24.69 -
YUV 154.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 170 152 127 0 0.11 0.25 0.33 34.88 0.2 0.58
Hex AA 98 7F 0 B 19 21 23 14 3A
Octal 252 230 177 0 13 31 41 43 24 72
Binary 10101010 10011000 1111111 0 1011 11001 100001 100011 10100 111010

Color Harmonies of #AA987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA987F

Black with #AA987F

Text Example


Text Example

White with #AA987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA987F; }

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

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

background-color css

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

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

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

border-color css

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

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

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