Html Css Color HEX #AA6C64 Coral Tree

📋 copy color: '#AA6C64'

red 170 ◦ green 108 ◦ blue 100

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

Shades of Coral Tree #AA6C64

Tints of Coral Tree #AA6C64

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.57%

 BLUE value IS 100 (39.45% from 255) = 26.46%

R = 44.97%
G = 28.57%
B = 26.46%

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

#AA6C64 (or 0xAA6C64) is known color: Coral Tree. HEX triplet: AA, 6C and 64. RGB value is (170,108,100). Sum of RGB (Red+Green+Blue) = 170+108+100=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 100 (39.45% from 255 or 26.46% from 378); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6C64 is #55939B. Grayscale: #7D7D7D. Windows color (decimal): -5608348 or 6581418. OLE color: 6581418.

HSL color Cylindrical-coordinate representation of color #AA6C64: hue angle of 6.86º 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 #AA6C64 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 108 100 -
CMYK 0 0.36 0.41 0.33
HSL 6.86º 0.29% 0.53% -
HSV(B) 6.86º 0.41% 0.67% -
XYZ 24.24 20.19 14.68 -
YUV 125.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 170 108 100 0 0.36 0.41 0.33 6.86 0.29 0.53
Hex AA 6C 64 0 24 29 21 7 1D 35
Octal 252 154 144 0 44 51 41 7 35 65
Binary 10101010 1101100 1100100 0 100100 101001 100001 111 11101 110101

Color Harmonies of #AA6C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6C64

Black with #AA6C64

Text Example


Text Example

White with #AA6C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6C64; }

 p { color: rgb(170,108,100); }

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

background-color css

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

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

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

border-color css

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

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

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