Html Css Color HEX #AA6B61 Coral Tree

📋 copy color: '#AA6B61'

red 170 ◦ green 107 ◦ blue 97

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

Shades of Coral Tree #AA6B61

Tints of Coral Tree #AA6B61

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.61%

 BLUE value IS 97 (38.28% from 255) = 25.94%

R = 45.45%
G = 28.61%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AA6B61 (or 0xAA6B61) is known color: Coral Tree. HEX triplet: AA, 6B and 61. RGB value is (170,107,97). Sum of RGB (Red+Green+Blue) = 170+107+97=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 97 (38.28% from 255 or 25.94% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6B61 is #55949E. Grayscale: #7C7C7C. Windows color (decimal): -5608607 or 6384554. OLE color: 6384554.

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

Color convert

RGB 170 107 97 -
CMYK 0 0.37 0.43 0.33
HSL 8.22º 0.3% 0.52% -
HSV(B) 8.22º 0.43% 0.67% -
XYZ 23.99 19.92 13.89 -
YUV 124.7 112.37 160.31 -
System Red Green Blue C M Y K H S L
Decimal 170 107 97 0 0.37 0.43 0.33 8.22 0.3 0.52
Hex AA 6B 61 0 25 2B 21 8 1E 34
Octal 252 153 141 0 45 53 41 10 36 64
Binary 10101010 1101011 1100001 0 100101 101011 100001 1000 11110 110100

Color Harmonies of #AA6B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6B61

Black with #AA6B61

Text Example


Text Example

White with #AA6B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6B61; }

 p { color: rgb(170,107,97); }

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

background-color css

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

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

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

border-color css

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

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

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