Html Css Color HEX #AA625D Coral Tree

📋 copy color: '#AA625D'

red 170 ◦ green 98 ◦ blue 93

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

Shades of Coral Tree #AA625D

Tints of Coral Tree #AA625D

RGB

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

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

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

R = 47.09%
G = 27.15%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AA625D (or 0xAA625D) is known color: Coral Tree. HEX triplet: AA, 62 and 5D. RGB value is (170,98,93). Sum of RGB (Red+Green+Blue) = 170+98+93=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA625D is #559DA2. Grayscale: #777777. Windows color (decimal): -5610915 or 6120106. OLE color: 6120106.

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

Color convert

RGB 170 98 93 -
CMYK 0 0.42 0.45 0.33
HSL 3.9º 0.31% 0.52% -
HSV(B) 3.9º 0.45% 0.67% -
XYZ 22.92 18.07 12.64 -
YUV 118.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 170 98 93 0 0.42 0.45 0.33 3.9 0.31 0.52
Hex AA 62 5D 0 2A 2D 21 4 1F 34
Octal 252 142 135 0 52 55 41 4 37 64
Binary 10101010 1100010 1011101 0 101010 101101 100001 100 11111 110100

Color Harmonies of #AA625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA625D

Black with #AA625D

Text Example


Text Example

White with #AA625D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA625D; }

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

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

background-color css

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

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

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

border-color css

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

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

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