Html Css Color HEX #AA615C Coral Tree

📋 copy color: '#AA615C'

red 170 ◦ green 97 ◦ blue 92

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

Shades of Coral Tree #AA615C

Tints of Coral Tree #AA615C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.02%

 BLUE value IS 92 (36.33% from 255) = 25.63%

R = 47.35%
G = 27.02%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA615C (or 0xAA615C) is known color: Coral Tree. HEX triplet: AA, 61 and 5C. RGB value is (170,97,92). Sum of RGB (Red+Green+Blue) = 170+97+92=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA615C is #559EA3. Grayscale: #767676. Windows color (decimal): -5611172 or 6054314. OLE color: 6054314.

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

Color convert

RGB 170 97 92 -
CMYK 0 0.43 0.46 0.33
HSL 3.85º 0.31% 0.51% -
HSV(B) 3.85º 0.46% 0.67% -
XYZ 22.78 17.87 12.37 -
YUV 118.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 170 97 92 0 0.43 0.46 0.33 3.85 0.31 0.51
Hex AA 61 5C 0 2B 2E 21 4 1F 33
Octal 252 141 134 0 53 56 41 4 37 63
Binary 10101010 1100001 1011100 0 101011 101110 100001 100 11111 110011

Color Harmonies of #AA615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA615C

Black with #AA615C

Text Example


Text Example

White with #AA615C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA615C; }

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

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

background-color css

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

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

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

border-color css

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

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

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