Html Css Color HEX #AD7664 Coral Tree

📋 copy color: '#AD7664'

red 173 ◦ green 118 ◦ blue 100

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

Shades of Coral Tree #AD7664

Tints of Coral Tree #AD7664

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.18%

 BLUE value IS 100 (39.45% from 255) = 25.58%

R = 44.25%
G = 30.18%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD7664 (or 0xAD7664) is known color: Coral Tree. HEX triplet: AD, 76 and 64. RGB value is (173,118,100). Sum of RGB (Red+Green+Blue) = 173+118+100=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7664 is #52899B. Grayscale: #848484. Windows color (decimal): -5409180 or 6583981. OLE color: 6583981.

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

Color convert

RGB 173 118 100 -
CMYK 0 0.32 0.42 0.32
HSL 14.79º 0.31% 0.54% -
HSV(B) 14.79º 0.42% 0.68% -
XYZ 26.01 22.76 15.08 -
YUV 132.39 109.72 156.96 -
System Red Green Blue C M Y K H S L
Decimal 173 118 100 0 0.32 0.42 0.32 14.79 0.31 0.54
Hex AD 76 64 0 20 2A 20 F 1F 36
Octal 255 166 144 0 40 52 40 17 37 66
Binary 10101101 1110110 1100100 0 100000 101010 100000 1111 11111 110110

Color Harmonies of #AD7664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7664

Black with #AD7664

Text Example


Text Example

White with #AD7664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7664; }

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

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

background-color css

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

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

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

border-color css

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

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

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