Html Css Color HEX #AA605D Coral Tree

📋 copy color: '#AA605D'

red 170 ◦ green 96 ◦ blue 93

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

Shades of Coral Tree #AA605D

Tints of Coral Tree #AA605D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 25.91%

R = 47.35%
G = 26.74%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA605D (or 0xAA605D) is known color: Coral Tree. HEX triplet: AA, 60 and 5D. RGB value is (170,96,93). Sum of RGB (Red+Green+Blue) = 170+96+93=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 93 (36.72% from 255 or 25.91% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA605D is #559FA2. Grayscale: #757575. Windows color (decimal): -5611427 or 6119594. OLE color: 6119594.

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

Color convert

RGB 170 96 93 -
CMYK 0 0.44 0.45 0.33
HSL 2.34º 0.31% 0.52% -
HSV(B) 2.34º 0.45% 0.67% -
XYZ 22.74 17.7 12.57 -
YUV 117.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 170 96 93 0 0.44 0.45 0.33 2.34 0.31 0.52
Hex AA 60 5D 0 2C 2D 21 2 1F 34
Octal 252 140 135 0 54 55 41 2 37 64
Binary 10101010 1100000 1011101 0 101100 101101 100001 10 11111 110100

Color Harmonies of #AA605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA605D

Black with #AA605D

Text Example


Text Example

White with #AA605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA605D; }

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

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

background-color css

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

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

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

border-color css

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

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

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