Html Css Color HEX #AA605F Coral Tree

📋 copy color: '#AA605F'

red 170 ◦ green 96 ◦ blue 95

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

Shades of Coral Tree #AA605F

Tints of Coral Tree #AA605F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.59%

 BLUE value IS 95 (37.5% from 255) = 26.32%

R = 47.09%
G = 26.59%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AA605F (or 0xAA605F) is known color: Coral Tree. HEX triplet: AA, 60 and 5F. RGB value is (170,96,95). Sum of RGB (Red+Green+Blue) = 170+96+95=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA605F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA605F is #559FA0. Grayscale: #767676. Windows color (decimal): -5611425 or 6250666. OLE color: 6250666.

HSL color Cylindrical-coordinate representation of color #AA605F: hue angle of 0.8º degrees, saturation: 0.31, 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 #AA605F is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 96 95 -
CMYK 0 0.44 0.44 0.33
HSL 0.8º 0.31% 0.52% -
HSV(B) 0.8º 0.44% 0.67% -
XYZ 22.83 17.74 13.05 -
YUV 118.01 115.02 165.08 -
System Red Green Blue C M Y K H S L
Decimal 170 96 95 0 0.44 0.44 0.33 0.8 0.31 0.52
Hex AA 60 5F 0 2C 2C 21 1 1F 34
Octal 252 140 137 0 54 54 41 1 37 64
Binary 10101010 1100000 1011111 0 101100 101100 100001 1 11111 110100

Color Harmonies of #AA605F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA605F

Black with #AA605F

Text Example


Text Example

White with #AA605F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA605F; }

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

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

background-color css

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

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

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

border-color css

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

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

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