Html Css Color HEX #AD665D Coral Tree

📋 copy color: '#AD665D'

red 173 ◦ green 102 ◦ blue 93

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

Shades of Coral Tree #AD665D

Tints of Coral Tree #AD665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.72%

 BLUE value IS 93 (36.72% from 255) = 25.27%

R = 47.01%
G = 27.72%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD665D (or 0xAD665D) is known color: Coral Tree. HEX triplet: AD, 66 and 5D. RGB value is (173,102,93). Sum of RGB (Red+Green+Blue) = 173+102+93=368 (48% of max value = 765). Red value is 173 (67.97% from 255 or 47.01% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 173 - color contains mainly: red. Hex color #AD665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD665D is #5299A2. Grayscale: #7A7A7A. Windows color (decimal): -5413283 or 6121133. OLE color: 6121133.

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

Color convert

RGB 173 102 93 -
CMYK 0 0.41 0.46 0.32
HSL 6.75º 0.33% 0.52% -
HSV(B) 6.75º 0.46% 0.68% -
XYZ 23.96 19.18 12.79 -
YUV 122.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 173 102 93 0 0.41 0.46 0.32 6.75 0.33 0.52
Hex AD 66 5D 0 29 2E 20 7 21 34
Octal 255 146 135 0 51 56 40 7 41 64
Binary 10101101 1100110 1011101 0 101001 101110 100000 111 100001 110100

Color Harmonies of #AD665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD665D

Black with #AD665D

Text Example


Text Example

White with #AD665D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD665D; }

 p { color: rgb(173,102,93); }

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

background-color css

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

 a { background-color: rgb(173,102,93); }

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

border-color css

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

 span { border-color: rgb(173,102,93); }

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