Html Css Color HEX #AA987A Bronco

📋 copy color: '#AA987A'

red 170 ◦ green 152 ◦ blue 122

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

Shades of Bronco #AA987A

Tints of Bronco #AA987A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.48%

R = 38.29%
G = 34.23%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA987A (or 0xAA987A) is known color: Bronco. HEX triplet: AA, 98 and 7A. RGB value is (170,152,122). Sum of RGB (Red+Green+Blue) = 170+152+122=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AA987A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AA987A is #556785. Grayscale: #9A9A9A. Windows color (decimal): -5597062 or 8034474. OLE color: 8034474.

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

Color convert

RGB 170 152 122 -
CMYK 0 0.11 0.28 0.33
HSL 37.5º 0.22% 0.57% -
HSV(B) 37.5º 0.28% 0.67% -
XYZ 31.32 32.41 23.02 -
YUV 153.96 109.96 139.44 -
System Red Green Blue C M Y K H S L
Decimal 170 152 122 0 0.11 0.28 0.33 37.5 0.22 0.57
Hex AA 98 7A 0 B 1C 21 26 16 39
Octal 252 230 172 0 13 34 41 46 26 71
Binary 10101010 10011000 1111010 0 1011 11100 100001 100110 10110 111001

Color Harmonies of #AA987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA987A

Black with #AA987A

Text Example


Text Example

White with #AA987A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA987A; }

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

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

background-color css

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

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

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

border-color css

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

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

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