Html Css Color HEX #AA625C Coral Tree

📋 copy color: '#AA625C'

red 170 ◦ green 98 ◦ blue 92

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

Shades of Coral Tree #AA625C

Tints of Coral Tree #AA625C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.56%

R = 47.22%
G = 27.22%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#AA625C (or 0xAA625C) is known color: Coral Tree. HEX triplet: AA, 62 and 5C. RGB value is (170,98,92). Sum of RGB (Red+Green+Blue) = 170+98+92=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 170 - color contains mainly: red. Hex color #AA625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA625C is #559DA3. Grayscale: #767676. Windows color (decimal): -5610916 or 6054570. OLE color: 6054570.

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

Color convert

RGB 170 98 92 -
CMYK 0 0.42 0.46 0.33
HSL 4.62º 0.31% 0.51% -
HSV(B) 4.62º 0.46% 0.67% -
XYZ 22.88 18.05 12.4 -
YUV 118.84 112.85 164.49 -
System Red Green Blue C M Y K H S L
Decimal 170 98 92 0 0.42 0.46 0.33 4.62 0.31 0.51
Hex AA 62 5C 0 2A 2E 21 5 1F 33
Octal 252 142 134 0 52 56 41 5 37 63
Binary 10101010 1100010 1011100 0 101010 101110 100001 101 11111 110011

Color Harmonies of #AA625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA625C

Black with #AA625C

Text Example


Text Example

White with #AA625C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA625C; }

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

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

background-color css

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

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

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

border-color css

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

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

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