Html Css Color HEX #AD746B Coral Tree

📋 copy color: '#AD746B'

red 173 ◦ green 116 ◦ blue 107

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

Shades of Coral Tree #AD746B

Tints of Coral Tree #AD746B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.29%

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

R = 43.69%
G = 29.29%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AD746B (or 0xAD746B) is known color: Coral Tree. HEX triplet: AD, 74 and 6B. RGB value is (173,116,107). Sum of RGB (Red+Green+Blue) = 173+116+107=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD746B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD746B is #528B94. Grayscale: #848484. Windows color (decimal): -5409685 or 7042221. OLE color: 7042221.

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

Color convert

RGB 173 116 107 -
CMYK 0 0.33 0.38 0.32
HSL 8.18º 0.29% 0.55% -
HSV(B) 8.18º 0.38% 0.68% -
XYZ 26.13 22.44 16.86 -
YUV 132.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 173 116 107 0 0.33 0.38 0.32 8.18 0.29 0.55
Hex AD 74 6B 0 21 26 20 8 1D 37
Octal 255 164 153 0 41 46 40 10 35 67
Binary 10101101 1110100 1101011 0 100001 100110 100000 1000 11101 110111

Color Harmonies of #AD746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD746B

Black with #AD746B

Text Example


Text Example

White with #AD746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD746B; }

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

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

background-color css

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

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

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

border-color css

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

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

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