Html Css Color HEX #AD7063 Coral Tree

📋 copy color: '#AD7063'

red 173 ◦ green 112 ◦ blue 99

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

Shades of Coral Tree #AD7063

Tints of Coral Tree #AD7063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 25.78%

R = 45.05%
G = 29.17%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD7063 (or 0xAD7063) is known color: Coral Tree. HEX triplet: AD, 70 and 63. RGB value is (173,112,99). Sum of RGB (Red+Green+Blue) = 173+112+99=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 99 (39.06% from 255 or 25.78% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7063 is #528F9C. Grayscale: #808080. Windows color (decimal): -5410717 or 6516909. OLE color: 6516909.

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

Color convert

RGB 173 112 99 -
CMYK 0 0.35 0.43 0.32
HSL 10.54º 0.31% 0.53% -
HSV(B) 10.54º 0.43% 0.68% -
XYZ 25.28 21.37 14.6 -
YUV 128.76 111.21 159.56 -
System Red Green Blue C M Y K H S L
Decimal 173 112 99 0 0.35 0.43 0.32 10.54 0.31 0.53
Hex AD 70 63 0 23 2B 20 B 1F 35
Octal 255 160 143 0 43 53 40 13 37 65
Binary 10101101 1110000 1100011 0 100011 101011 100000 1011 11111 110101

Color Harmonies of #AD7063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7063

Black with #AD7063

Text Example


Text Example

White with #AD7063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7063; }

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

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

background-color css

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

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

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

border-color css

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

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

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