Html Css Color HEX #AA7166 Coral Tree

📋 copy color: '#AA7166'

red 170 ◦ green 113 ◦ blue 102

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

Shades of Coral Tree #AA7166

Tints of Coral Tree #AA7166

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.35%

 BLUE value IS 102 (40.23% from 255) = 26.49%

R = 44.16%
G = 29.35%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AA7166 (or 0xAA7166) is known color: Coral Tree. HEX triplet: AA, 71 and 66. RGB value is (170,113,102). Sum of RGB (Red+Green+Blue) = 170+113+102=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7166 is #558E99. Grayscale: #808080. Windows color (decimal): -5607066 or 6713770. OLE color: 6713770.

HSL color Cylindrical-coordinate representation of color #AA7166: hue angle of 9.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA7166 is Cyan = 0, Magento = 0.34, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 113 102 -
CMYK 0 0.34 0.4 0.33
HSL 9.71º 0.29% 0.53% -
HSV(B) 9.71º 0.4% 0.67% -
XYZ 24.88 21.32 15.37 -
YUV 128.79 112.88 157.39 -
System Red Green Blue C M Y K H S L
Decimal 170 113 102 0 0.34 0.4 0.33 9.71 0.29 0.53
Hex AA 71 66 0 22 28 21 A 1D 35
Octal 252 161 146 0 42 50 41 12 35 65
Binary 10101010 1110001 1100110 0 100010 101000 100001 1010 11101 110101

Color Harmonies of #AA7166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7166

Black with #AA7166

Text Example


Text Example

White with #AA7166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7166; }

 p { color: rgb(170,113,102); }

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

background-color css

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

 a { background-color: rgb(170,113,102); }

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

border-color css

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

 span { border-color: rgb(170,113,102); }

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