Html Css Color HEX #AA6261 Coral Tree

📋 copy color: '#AA6261'

red 170 ◦ green 98 ◦ blue 97

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

Shades of Coral Tree #AA6261

Tints of Coral Tree #AA6261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.85%

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

R = 46.58%
G = 26.85%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AA6261 (or 0xAA6261) is known color: Coral Tree. HEX triplet: AA, 62 and 61. RGB value is (170,98,97). Sum of RGB (Red+Green+Blue) = 170+98+97=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6261 is #559D9E. Grayscale: #777777. Windows color (decimal): -5610911 or 6382250. OLE color: 6382250.

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

Color convert

RGB 170 98 97 -
CMYK 0 0.42 0.43 0.33
HSL 0.82º 0.3% 0.52% -
HSV(B) 0.82º 0.43% 0.67% -
XYZ 23.1 18.14 13.59 -
YUV 119.41 115.35 164.08 -
System Red Green Blue C M Y K H S L
Decimal 170 98 97 0 0.42 0.43 0.33 0.82 0.3 0.52
Hex AA 62 61 0 2A 2B 21 1 1E 34
Octal 252 142 141 0 52 53 41 1 36 64
Binary 10101010 1100010 1100001 0 101010 101011 100001 1 11110 110100

Color Harmonies of #AA6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6261

Black with #AA6261

Text Example


Text Example

White with #AA6261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6261; }

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

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

background-color css

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

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

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

border-color css

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

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

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