Html Css Color HEX #AA6362 Coral Tree

📋 copy color: '#AA6362'

red 170 ◦ green 99 ◦ blue 98

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

Shades of Coral Tree #AA6362

Tints of Coral Tree #AA6362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.7%

R = 46.32%
G = 26.98%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AA6362 (or 0xAA6362) is known color: Coral Tree. HEX triplet: AA, 63 and 62. RGB value is (170,99,98). Sum of RGB (Red+Green+Blue) = 170+99+98=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6362 is #559C9D. Grayscale: #787878. Windows color (decimal): -5610654 or 6448042. OLE color: 6448042.

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

Color convert

RGB 170 99 98 -
CMYK 0 0.42 0.42 0.33
HSL 0.83º 0.3% 0.53% -
HSV(B) 0.83º 0.42% 0.67% -
XYZ 23.24 18.35 13.87 -
YUV 120.12 115.52 163.58 -
System Red Green Blue C M Y K H S L
Decimal 170 99 98 0 0.42 0.42 0.33 0.83 0.3 0.53
Hex AA 63 62 0 2A 2A 21 1 1E 35
Octal 252 143 142 0 52 52 41 1 36 65
Binary 10101010 1100011 1100010 0 101010 101010 100001 1 11110 110101

Color Harmonies of #AA6362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6362

Black with #AA6362

Text Example


Text Example

White with #AA6362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6362; }

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

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

background-color css

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

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

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

border-color css

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

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

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