#AD625F

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

Shades of Coral Tree #AD625F

Tints of Coral Tree #AD625F

Color information

#AD625F (or 0xAD625F) is unknown color: approx Coral Tree. HEX triplet: AD, 62 and 5F. RGB value is (173,98,95). Sum of RGB (Red+Green+Blue) = 173+98+95=366 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.27% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 173 - color contains mainly: red. Hex color #AD625F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD625F is #529DA0. Grayscale: #787878. Windows color (decimal): -5414305 or 6251181. OLE color: 6251181.

HSL color Cylindrical-coordinate representation of color #AD625F: hue angle of 2.31º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD625F is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB1739895-
CMYK00.430.450.32
HSL2.31º32.23%52.55%-
HSV(B)2.31º45.09%67.84%-
XYZ23.6718.4513.14-
YUV120.08113.85165.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 47.27%
GREEN value IS 98 (38.67% from 255) = 26.78%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=47.27%
G=26.78%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173989500.430.450.322.3132.2352.55
HexAD625F02B2D2022035
Octal255142137053554024065
Binary1010110111000101011111010101110110110000010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD625F; }

 p { color: rgb(173,98,95); }

 H1.HeaderClassName
 {
   color: #AD625F;
 }
 .AnyTagClassName
 {
   color: #AD625F;
 }
</style>
background-color css

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

 a { background-color: rgb(173,98,95); }

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

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

 span { border-color: rgb(173,98,95); }

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