Html Css Color HEX #AD695E Coral Tree

📋 copy color: '#AD695E'

red 173 ◦ green 105 ◦ blue 94

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

Shades of Coral Tree #AD695E

Tints of Coral Tree #AD695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.23%

 BLUE value IS 94 (37.11% from 255) = 25.27%

R = 46.51%
G = 28.23%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AD695E (or 0xAD695E) is known color: Coral Tree. HEX triplet: AD, 69 and 5E. RGB value is (173,105,94). Sum of RGB (Red+Green+Blue) = 173+105+94=372 (49% of max value = 765). Red value is 173 (67.97% from 255 or 46.51% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 173 - color contains mainly: red. Hex color #AD695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD695E is #5296A1. Grayscale: #7C7C7C. Windows color (decimal): -5412514 or 6187437. OLE color: 6187437.

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

Color convert

RGB 173 105 94 -
CMYK 0 0.39 0.46 0.32
HSL 8.35º 0.33% 0.52% -
HSV(B) 8.35º 0.46% 0.68% -
XYZ 24.31 19.8 13.13 -
YUV 124.08 111.03 162.89 -
System Red Green Blue C M Y K H S L
Decimal 173 105 94 0 0.39 0.46 0.32 8.35 0.33 0.52
Hex AD 69 5E 0 27 2E 20 8 21 34
Octal 255 151 136 0 47 56 40 10 41 64
Binary 10101101 1101001 1011110 0 100111 101110 100000 1000 100001 110100

Color Harmonies of #AD695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD695E

Black with #AD695E

Text Example


Text Example

White with #AD695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD695E; }

 p { color: rgb(173,105,94); }

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

background-color css

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

 a { background-color: rgb(173,105,94); }

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

border-color css

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

 span { border-color: rgb(173,105,94); }

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