#AA625C

Color #AA625C Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #AA625C

Tints of Coral Tree #AA625C

Color information

#AA625C (or 0xAA625C) is unknown color: approx 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

RGB1709892-
CMYK00.420.460.33
HSL4.62º31.45%51.37%-
HSV(B)4.62º45.88%66.67%-
XYZ22.8818.0512.4-
YUV118.84112.85164.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% 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 (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170989200.420.460.334.6231.4551.37
HexAA625C02A2E2151f33
Octal252142134052564153763
Binary1010101011000101011100010101010111010000110111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA625C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>