Html Css Color HEX #AD7164 Coral Tree

📋 copy color: '#AD7164'

red 173 ◦ green 113 ◦ blue 100

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

Shades of Coral Tree #AD7164

Tints of Coral Tree #AD7164

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.27%

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

R = 44.82%
G = 29.27%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AD7164 (or 0xAD7164) is known color: Coral Tree. HEX triplet: AD, 71 and 64. RGB value is (173,113,100). Sum of RGB (Red+Green+Blue) = 173+113+100=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7164 is #528E9B. Grayscale: #818181. Windows color (decimal): -5410460 or 6582701. OLE color: 6582701.

HSL color Cylindrical-coordinate representation of color #AD7164: hue angle of 10.68º 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 #AD7164 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 113 100 -
CMYK 0 0.35 0.42 0.32
HSL 10.68º 0.31% 0.54% -
HSV(B) 10.68º 0.42% 0.68% -
XYZ 25.44 21.61 14.89 -
YUV 129.46 111.38 159.06 -
System Red Green Blue C M Y K H S L
Decimal 173 113 100 0 0.35 0.42 0.32 10.68 0.31 0.54
Hex AD 71 64 0 23 2A 20 B 1F 36
Octal 255 161 144 0 43 52 40 13 37 66
Binary 10101101 1110001 1100100 0 100011 101010 100000 1011 11111 110110

Color Harmonies of #AD7164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7164

Black with #AD7164

Text Example


Text Example

White with #AD7164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7164; }

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

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

background-color css

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

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

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

border-color css

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

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

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