Html Css Color HEX #AD756B Coral Tree

📋 copy color: '#AD756B'

red 173 ◦ green 117 ◦ blue 107

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

Shades of Coral Tree #AD756B

Tints of Coral Tree #AD756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.47%

 BLUE value IS 107 (42.19% from 255) = 26.95%

R = 43.58%
G = 29.47%
B = 26.95%

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

#AD756B (or 0xAD756B) is known color: Coral Tree. HEX triplet: AD, 75 and 6B. RGB value is (173,117,107). Sum of RGB (Red+Green+Blue) = 173+117+107=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 117 (46.09% from 255 or 29.47% from 397); Blue value is 107 (42.19% from 255 or 26.95% from 397); Max value from RGB is 173 - color contains mainly: red. Hex color #AD756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD756B is #528A94. Grayscale: #848484. Windows color (decimal): -5409429 or 7042477. OLE color: 7042477.

HSL color Cylindrical-coordinate representation of color #AD756B: hue angle of 9.09º degrees, saturation: 0.29, 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 #AD756B is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 117 107 -
CMYK 0 0.32 0.38 0.32
HSL 9.09º 0.29% 0.55% -
HSV(B) 9.09º 0.38% 0.68% -
XYZ 26.25 22.67 16.9 -
YUV 132.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 173 117 107 0 0.32 0.38 0.32 9.09 0.29 0.55
Hex AD 75 6B 0 20 26 20 9 1D 37
Octal 255 165 153 0 40 46 40 11 35 67
Binary 10101101 1110101 1101011 0 100000 100110 100000 1001 11101 110111

Color Harmonies of #AD756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD756B

Black with #AD756B

Text Example


Text Example

White with #AD756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD756B; }

 p { color: rgb(173,117,107); }

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

background-color css

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

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

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

border-color css

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

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

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