Html Css Color HEX #AD6C5D Coral Tree

📋 copy color: '#AD6C5D'

red 173 ◦ green 108 ◦ blue 93

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

Shades of Coral Tree #AD6C5D

Tints of Coral Tree #AD6C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.88%

 BLUE value IS 93 (36.72% from 255) = 24.87%

R = 46.26%
G = 28.88%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD6C5D (or 0xAD6C5D) is known color: Coral Tree. HEX triplet: AD, 6C and 5D. RGB value is (173,108,93). Sum of RGB (Red+Green+Blue) = 173+108+93=374 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.26% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6C5D is #5293A2. Grayscale: #7D7D7D. Windows color (decimal): -5411747 or 6122669. OLE color: 6122669.

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

Color convert

RGB 173 108 93 -
CMYK 0 0.38 0.46 0.32
HSL 11.25º 0.33% 0.52% -
HSV(B) 11.25º 0.46% 0.68% -
XYZ 24.57 20.4 13 -
YUV 125.73 109.53 161.72 -
System Red Green Blue C M Y K H S L
Decimal 173 108 93 0 0.38 0.46 0.32 11.25 0.33 0.52
Hex AD 6C 5D 0 26 2E 20 B 21 34
Octal 255 154 135 0 46 56 40 13 41 64
Binary 10101101 1101100 1011101 0 100110 101110 100000 1011 100001 110100

Color Harmonies of #AD6C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6C5D

Black with #AD6C5D

Text Example


Text Example

White with #AD6C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6C5D; }

 p { color: rgb(173,108,93); }

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

background-color css

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

 a { background-color: rgb(173,108,93); }

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

border-color css

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

 span { border-color: rgb(173,108,93); }

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