Html Css Color HEX #AD746A Coral Tree

📋 copy color: '#AD746A'

red 173 ◦ green 116 ◦ blue 106

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

Shades of Coral Tree #AD746A

Tints of Coral Tree #AD746A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.84%

R = 43.8%
G = 29.37%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AD746A (or 0xAD746A) is known color: Coral Tree. HEX triplet: AD, 74 and 6A. RGB value is (173,116,106). Sum of RGB (Red+Green+Blue) = 173+116+106=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 116 (45.70% from 255 or 29.37% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 173 - color contains mainly: red. Hex color #AD746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD746A is #528B95. Grayscale: #848484. Windows color (decimal): -5409686 or 6976685. OLE color: 6976685.

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

Color convert

RGB 173 116 106 -
CMYK 0 0.33 0.39 0.32
HSL 8.96º 0.29% 0.55% -
HSV(B) 8.96º 0.39% 0.68% -
XYZ 26.08 22.42 16.59 -
YUV 131.9 113.38 157.31 -
System Red Green Blue C M Y K H S L
Decimal 173 116 106 0 0.33 0.39 0.32 8.96 0.29 0.55
Hex AD 74 6A 0 21 27 20 9 1D 37
Octal 255 164 152 0 41 47 40 11 35 67
Binary 10101101 1110100 1101010 0 100001 100111 100000 1001 11101 110111

Color Harmonies of #AD746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD746A

Black with #AD746A

Text Example


Text Example

White with #AD746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD746A; }

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

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

background-color css

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

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

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

border-color css

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

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

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