Html Css Color HEX #AA6360 Coral Tree

📋 copy color: '#AA6360'

red 170 ◦ green 99 ◦ blue 96

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

Shades of Coral Tree #AA6360

Tints of Coral Tree #AA6360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.12%

 BLUE value IS 96 (37.89% from 255) = 26.3%

R = 46.58%
G = 27.12%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA6360 (or 0xAA6360) is known color: Coral Tree. HEX triplet: AA, 63 and 60. RGB value is (170,99,96). Sum of RGB (Red+Green+Blue) = 170+99+96=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6360 is #559C9F. Grayscale: #777777. Windows color (decimal): -5610656 or 6316970. OLE color: 6316970.

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

Color convert

RGB 170 99 96 -
CMYK 0 0.42 0.44 0.33
HSL 2.43º 0.3% 0.52% -
HSV(B) 2.43º 0.44% 0.67% -
XYZ 23.15 18.31 13.38 -
YUV 119.89 114.52 163.74 -
System Red Green Blue C M Y K H S L
Decimal 170 99 96 0 0.42 0.44 0.33 2.43 0.3 0.52
Hex AA 63 60 0 2A 2C 21 2 1E 34
Octal 252 143 140 0 52 54 41 2 36 64
Binary 10101010 1100011 1100000 0 101010 101100 100001 10 11110 110100

Color Harmonies of #AA6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6360

Black with #AA6360

Text Example


Text Example

White with #AA6360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6360; }

 p { color: rgb(170,99,96); }

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

background-color css

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

 a { background-color: rgb(170,99,96); }

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

border-color css

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

 span { border-color: rgb(170,99,96); }

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