Html Css Color HEX #AD6A61 Coral Tree

📋 copy color: '#AD6A61'

red 173 ◦ green 106 ◦ blue 97

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

Shades of Coral Tree #AD6A61

Tints of Coral Tree #AD6A61

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.19%

 BLUE value IS 97 (38.28% from 255) = 25.8%

R = 46.01%
G = 28.19%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AD6A61 (or 0xAD6A61) is known color: Coral Tree. HEX triplet: AD, 6A and 61. RGB value is (173,106,97). Sum of RGB (Red+Green+Blue) = 173+106+97=376 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.01% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6A61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6A61 is #52959E. Grayscale: #7D7D7D. Windows color (decimal): -5412255 or 6384301. OLE color: 6384301.

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

Color convert

RGB 173 106 97 -
CMYK 0 0.39 0.44 0.32
HSL 7.11º 0.32% 0.53% -
HSV(B) 7.11º 0.44% 0.68% -
XYZ 24.55 20.06 13.89 -
YUV 125.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 173 106 97 0 0.39 0.44 0.32 7.11 0.32 0.53
Hex AD 6A 61 0 27 2C 20 7 20 35
Octal 255 152 141 0 47 54 40 7 40 65
Binary 10101101 1101010 1100001 0 100111 101100 100000 111 100000 110101

Color Harmonies of #AD6A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6A61

Black with #AD6A61

Text Example


Text Example

White with #AD6A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6A61; }

 p { color: rgb(173,106,97); }

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

background-color css

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

 a { background-color: rgb(173,106,97); }

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

border-color css

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

 span { border-color: rgb(173,106,97); }

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