Html Css Color HEX #AA6A69 Coral Tree

📋 copy color: '#AA6A69'

red 170 ◦ green 106 ◦ blue 105

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

Shades of Coral Tree #AA6A69

Tints of Coral Tree #AA6A69

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.82%

 BLUE value IS 105 (41.41% from 255) = 27.56%

R = 44.62%
G = 27.82%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AA6A69 (or 0xAA6A69) is known color: Coral Tree. HEX triplet: AA, 6A and 69. RGB value is (170,106,105). Sum of RGB (Red+Green+Blue) = 170+106+105=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6A69 is #559596. Grayscale: #7D7D7D. Windows color (decimal): -5608855 or 6908586. OLE color: 6908586.

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

Color convert

RGB 170 106 105 -
CMYK 0 0.38 0.38 0.33
HSL 0.92º 0.28% 0.54% -
HSV(B) 0.92º 0.38% 0.67% -
XYZ 24.28 19.87 15.92 -
YUV 125.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 170 106 105 0 0.38 0.38 0.33 0.92 0.28 0.54
Hex AA 6A 69 0 26 26 21 1 1C 36
Octal 252 152 151 0 46 46 41 1 34 66
Binary 10101010 1101010 1101001 0 100110 100110 100001 1 11100 110110

Color Harmonies of #AA6A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6A69

Black with #AA6A69

Text Example


Text Example

White with #AA6A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6A69; }

 p { color: rgb(170,106,105); }

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

background-color css

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

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

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

border-color css

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

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

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