Html Css Color HEX #AD7676 Coral Tree

📋 copy color: '#AD7676'

red 173 ◦ green 118 ◦ blue 118

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

Shades of Coral Tree #AD7676

Tints of Coral Tree #AD7676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.85%

 BLUE value IS 118 (46.48% from 255) = 28.85%

R = 42.3%
G = 28.85%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD7676 (or 0xAD7676) is known color: Coral Tree. HEX triplet: AD, 76 and 76. RGB value is (173,118,118). Sum of RGB (Red+Green+Blue) = 173+118+118=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7676 is #528989. Grayscale: #868686. Windows color (decimal): -5409162 or 7763629. OLE color: 7763629.

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

Color convert

RGB 173 118 118 -
CMYK 0 0.32 0.32 0.32
HSL 0.25% 0.57% -
HSV(B) 0.32% 0.68% -
XYZ 26.98 23.15 20.19 -
YUV 134.45 118.72 155.5 -
System Red Green Blue C M Y K H S L
Decimal 173 118 118 0 0.32 0.32 0.32 0 0.25 0.57
Hex AD 76 76 0 20 20 20 0 19 39
Octal 255 166 166 0 40 40 40 0 31 71
Binary 10101101 1110110 1110110 0 100000 100000 100000 0 11001 111001

Color Harmonies of #AD7676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7676

Black with #AD7676

Text Example


Text Example

White with #AD7676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7676; }

 p { color: rgb(173,118,118); }

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

background-color css

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

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

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

border-color css

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

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

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