Html Css Color HEX #AA6D6D Coral Tree

📋 copy color: '#AA6D6D'

red 170 ◦ green 109 ◦ blue 109

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

Shades of Coral Tree #AA6D6D

Tints of Coral Tree #AA6D6D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.09%

 BLUE value IS 109 (42.97% from 255) = 28.09%

R = 43.81%
G = 28.09%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#AA6D6D (or 0xAA6D6D) is known color: Coral Tree. HEX triplet: AA, 6D and 6D. RGB value is (170,109,109). Sum of RGB (Red+Green+Blue) = 170+109+109=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D6D is #559292. Grayscale: #7F7F7F. Windows color (decimal): -5608083 or 7171498. OLE color: 7171498.

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

Color convert

RGB 170 109 109 -
CMYK 0 0.36 0.36 0.33
HSL 0.26% 0.55% -
HSV(B) 0.36% 0.67% -
XYZ 24.81 20.59 17.13 -
YUV 127.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 170 109 109 0 0.36 0.36 0.33 0 0.26 0.55
Hex AA 6D 6D 0 24 24 21 0 1A 37
Octal 252 155 155 0 44 44 41 0 32 67
Binary 10101010 1101101 1101101 0 100100 100100 100001 0 11010 110111

Color Harmonies of #AA6D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6D6D

Black with #AA6D6D

Text Example


Text Example

White with #AA6D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6D6D; }

 p { color: rgb(170,109,109); }

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

background-color css

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

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

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

border-color css

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

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

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