Html Css Color HEX #AA7A71 Coral Tree

📋 copy color: '#AA7A71'

red 170 ◦ green 122 ◦ blue 113

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

Shades of Coral Tree #AA7A71

Tints of Coral Tree #AA7A71

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.12%

 BLUE value IS 113 (44.53% from 255) = 27.9%

R = 41.98%
G = 30.12%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA7A71 (or 0xAA7A71) is known color: Coral Tree. HEX triplet: AA, 7A and 71. RGB value is (170,122,113). Sum of RGB (Red+Green+Blue) = 170+122+113=405 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.98% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7A71 is #55858E. Grayscale: #878787. Windows color (decimal): -5604751 or 7436970. OLE color: 7436970.

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

Color convert

RGB 170 122 113 -
CMYK 0 0.28 0.34 0.33
HSL 9.47º 0.25% 0.55% -
HSV(B) 9.47º 0.34% 0.67% -
XYZ 26.52 23.66 18.79 -
YUV 135.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 170 122 113 0 0.28 0.34 0.33 9.47 0.25 0.55
Hex AA 7A 71 0 1C 22 21 9 19 37
Octal 252 172 161 0 34 42 41 11 31 67
Binary 10101010 1111010 1110001 0 11100 100010 100001 1001 11001 110111

Color Harmonies of #AA7A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A71

Black with #AA7A71

Text Example


Text Example

White with #AA7A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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