Html Css Color HEX #AD766C Coral Tree

📋 copy color: '#AD766C'

red 173 ◦ green 118 ◦ blue 108

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

Shades of Coral Tree #AD766C

Tints of Coral Tree #AD766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.07%

R = 43.36%
G = 29.57%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD766C (or 0xAD766C) is known color: Coral Tree. HEX triplet: AD, 76 and 6C. RGB value is (173,118,108). Sum of RGB (Red+Green+Blue) = 173+118+108=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 173 - color contains mainly: red. Hex color #AD766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD766C is #528993. Grayscale: #858585. Windows color (decimal): -5409172 or 7108269. OLE color: 7108269.

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

Color convert

RGB 173 118 108 -
CMYK 0 0.32 0.38 0.32
HSL 9.23º 0.28% 0.55% -
HSV(B) 9.23º 0.38% 0.68% -
XYZ 26.42 22.92 17.22 -
YUV 133.31 113.72 156.31 -
System Red Green Blue C M Y K H S L
Decimal 173 118 108 0 0.32 0.38 0.32 9.23 0.28 0.55
Hex AD 76 6C 0 20 26 20 9 1C 37
Octal 255 166 154 0 40 46 40 11 34 67
Binary 10101101 1110110 1101100 0 100000 100110 100000 1001 11100 110111

Color Harmonies of #AD766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD766C

Black with #AD766C

Text Example


Text Example

White with #AD766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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