Html Css Color HEX #AA6F64 Coral Tree

📋 copy color: '#AA6F64'

red 170 ◦ green 111 ◦ blue 100

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

Shades of Coral Tree #AA6F64

Tints of Coral Tree #AA6F64

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.13%

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

R = 44.62%
G = 29.13%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#AA6F64 (or 0xAA6F64) is known color: Coral Tree. HEX triplet: AA, 6F and 64. RGB value is (170,111,100). Sum of RGB (Red+Green+Blue) = 170+111+100=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 100 (39.45% from 255 or 26.25% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6F64 is #55909B. Grayscale: #7F7F7F. Windows color (decimal): -5607580 or 6582186. OLE color: 6582186.

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

Color convert

RGB 170 111 100 -
CMYK 0 0.35 0.41 0.33
HSL 9.43º 0.29% 0.53% -
HSV(B) 9.43º 0.41% 0.67% -
XYZ 24.56 20.84 14.78 -
YUV 127.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 170 111 100 0 0.35 0.41 0.33 9.43 0.29 0.53
Hex AA 6F 64 0 23 29 21 9 1D 35
Octal 252 157 144 0 43 51 41 11 35 65
Binary 10101010 1101111 1100100 0 100011 101001 100001 1001 11101 110101

Color Harmonies of #AA6F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6F64

Black with #AA6F64

Text Example


Text Example

White with #AA6F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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