Html Css Color HEX #AD766E Coral Tree

📋 copy color: '#AD766E'

red 173 ◦ green 118 ◦ blue 110

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

Shades of Coral Tree #AD766E

Tints of Coral Tree #AD766E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.43%

R = 43.14%
G = 29.43%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD766E (or 0xAD766E) is known color: Coral Tree. HEX triplet: AD, 76 and 6E. RGB value is (173,118,110). Sum of RGB (Red+Green+Blue) = 173+118+110=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD766E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD766E is #528991. Grayscale: #858585. Windows color (decimal): -5409170 or 7239341. OLE color: 7239341.

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

Color convert

RGB 173 118 110 -
CMYK 0 0.32 0.36 0.32
HSL 7.62º 0.28% 0.55% -
HSV(B) 7.62º 0.36% 0.68% -
XYZ 26.53 22.97 17.79 -
YUV 133.53 114.72 156.15 -
System Red Green Blue C M Y K H S L
Decimal 173 118 110 0 0.32 0.36 0.32 7.62 0.28 0.55
Hex AD 76 6E 0 20 24 20 8 1C 37
Octal 255 166 156 0 40 44 40 10 34 67
Binary 10101101 1110110 1101110 0 100000 100100 100000 1000 11100 110111

Color Harmonies of #AD766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD766E

Black with #AD766E

Text Example


Text Example

White with #AD766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD766E; }

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

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

background-color css

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

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

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

border-color css

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

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

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