Html Css Color HEX #AD6961 Coral Tree

📋 copy color: '#AD6961'

red 173 ◦ green 105 ◦ blue 97

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

Shades of Coral Tree #AD6961

Tints of Coral Tree #AD6961

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28%

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

R = 46.13%
G = 28%
B = 25.87%

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

#AD6961 (or 0xAD6961) is known color: Coral Tree. HEX triplet: AD, 69 and 61. RGB value is (173,105,97). Sum of RGB (Red+Green+Blue) = 173+105+97=375 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.13% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6961 is #52969E. Grayscale: #7C7C7C. Windows color (decimal): -5412511 or 6384045. OLE color: 6384045.

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

Color convert

RGB 173 105 97 -
CMYK 0 0.39 0.44 0.32
HSL 6.32º 0.32% 0.53% -
HSV(B) 6.32º 0.44% 0.68% -
XYZ 24.44 19.85 13.85 -
YUV 124.42 112.53 162.65 -
System Red Green Blue C M Y K H S L
Decimal 173 105 97 0 0.39 0.44 0.32 6.32 0.32 0.53
Hex AD 69 61 0 27 2C 20 6 20 35
Octal 255 151 141 0 47 54 40 6 40 65
Binary 10101101 1101001 1100001 0 100111 101100 100000 110 100000 110101

Color Harmonies of #AD6961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6961

Black with #AD6961

Text Example


Text Example

White with #AD6961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6961; }

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

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

background-color css

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

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

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

border-color css

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

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

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