Html Css Color HEX #AD625F Coral Tree

📋 copy color: '#AD625F'

red 173 ◦ green 98 ◦ blue 95

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

Shades of Coral Tree #AD625F

Tints of Coral Tree #AD625F

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 value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD625F (or 0xAD625F) is known color: 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

RGB 173 98 95 -
CMYK 0 0.43 0.45 0.32
HSL 2.31º 0.32% 0.53% -
HSV(B) 2.31º 0.45% 0.68% -
XYZ 23.67 18.45 13.14 -
YUV 120.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 173 98 95 0 0.43 0.45 0.32 2.31 0.32 0.53
Hex AD 62 5F 0 2B 2D 20 2 20 35
Octal 255 142 137 0 53 55 40 2 40 65
Binary 10101101 1100010 1011111 0 101011 101101 100000 10 100000 110101

Color Harmonies of #AD625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD625F

Black with #AD625F

Text Example


Text Example

White with #AD625F

Text Example


Text Example

HTML Codes & Css Web 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>