Html Css Color HEX #AD7065 Coral Tree

📋 copy color: '#AD7065'

red 173 ◦ green 112 ◦ blue 101

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

Shades of Coral Tree #AD7065

Tints of Coral Tree #AD7065

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.02%

 BLUE value IS 101 (39.84% from 255) = 26.17%

R = 44.82%
G = 29.02%
B = 26.17%

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

#AD7065 (or 0xAD7065) is known color: Coral Tree. HEX triplet: AD, 70 and 65. RGB value is (173,112,101). Sum of RGB (Red+Green+Blue) = 173+112+101=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7065 is #528F9A. Grayscale: #818181. Windows color (decimal): -5410715 or 6647981. OLE color: 6647981.

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

Color convert

RGB 173 112 101 -
CMYK 0 0.35 0.42 0.32
HSL 9.17º 0.31% 0.54% -
HSV(B) 9.17º 0.42% 0.68% -
XYZ 25.38 21.41 15.11 -
YUV 128.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 173 112 101 0 0.35 0.42 0.32 9.17 0.31 0.54
Hex AD 70 65 0 23 2A 20 9 1F 36
Octal 255 160 145 0 43 52 40 11 37 66
Binary 10101101 1110000 1100101 0 100011 101010 100000 1001 11111 110110

Color Harmonies of #AD7065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7065

Black with #AD7065

Text Example


Text Example

White with #AD7065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7065; }

 p { color: rgb(173,112,101); }

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

background-color css

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

 a { background-color: rgb(173,112,101); }

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

border-color css

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

 span { border-color: rgb(173,112,101); }

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