Html Css Color HEX #AA6D65 Coral Tree

📋 copy color: '#AA6D65'

red 170 ◦ green 109 ◦ blue 101

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

Shades of Coral Tree #AA6D65

Tints of Coral Tree #AA6D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.58%

R = 44.74%
G = 28.68%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA6D65 (or 0xAA6D65) is known color: Coral Tree. HEX triplet: AA, 6D and 65. RGB value is (170,109,101). Sum of RGB (Red+Green+Blue) = 170+109+101=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D65 is #55929A. Grayscale: #7E7E7E. Windows color (decimal): -5608091 or 6647210. OLE color: 6647210.

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

Color convert

RGB 170 109 101 -
CMYK 0 0.36 0.41 0.33
HSL 6.96º 0.29% 0.53% -
HSV(B) 6.96º 0.41% 0.67% -
XYZ 24.4 20.42 14.97 -
YUV 126.33 113.71 159.15 -
System Red Green Blue C M Y K H S L
Decimal 170 109 101 0 0.36 0.41 0.33 6.96 0.29 0.53
Hex AA 6D 65 0 24 29 21 7 1D 35
Octal 252 155 145 0 44 51 41 7 35 65
Binary 10101010 1101101 1100101 0 100100 101001 100001 111 11101 110101

Color Harmonies of #AA6D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6D65

Black with #AA6D65

Text Example


Text Example

White with #AA6D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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