Html Css Color HEX #AD645E Coral Tree

📋 copy color: '#AD645E'

red 173 ◦ green 100 ◦ blue 94

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

Shades of Coral Tree #AD645E

Tints of Coral Tree #AD645E

RGB

 RED value IS 173 (67.97% from 255) = 47.14%

 GREEN value IS 100 (39.45% from 255) = 27.25%

 BLUE value IS 94 (37.11% from 255) = 25.61%

R = 47.14%
G = 27.25%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD645E (or 0xAD645E) is known color: Coral Tree. HEX triplet: AD, 64 and 5E. RGB value is (173,100,94). Sum of RGB (Red+Green+Blue) = 173+100+94=367 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.14% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 94 (37.11% from 255 or 25.61% from 367); Max value from RGB is 173 - color contains mainly: red. Hex color #AD645E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD645E is #529BA1. Grayscale: #797979. Windows color (decimal): -5413794 or 6186157. OLE color: 6186157.

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

Color convert

RGB 173 100 94 -
CMYK 0 0.42 0.46 0.32
HSL 4.56º 0.33% 0.52% -
HSV(B) 4.56º 0.46% 0.68% -
XYZ 23.81 18.81 12.96 -
YUV 121.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 173 100 94 0 0.42 0.46 0.32 4.56 0.33 0.52
Hex AD 64 5E 0 2A 2E 20 5 21 34
Octal 255 144 136 0 52 56 40 5 41 64
Binary 10101101 1100100 1011110 0 101010 101110 100000 101 100001 110100

Color Harmonies of #AD645E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD645E

Black with #AD645E

Text Example


Text Example

White with #AD645E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD645E; }

 p { color: rgb(173,100,94); }

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

background-color css

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

 a { background-color: rgb(173,100,94); }

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

border-color css

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

 span { border-color: rgb(173,100,94); }

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