Html Css Color HEX #AD8868 Sandal

📋 copy color: '#AD8868'

red 173 ◦ green 136 ◦ blue 104

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

Shades of Sandal #AD8868

Tints of Sandal #AD8868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.93%

 BLUE value IS 104 (41.02% from 255) = 25.18%

R = 41.89%
G = 32.93%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AD8868 (or 0xAD8868) is known color: Sandal. HEX triplet: AD, 88 and 68. RGB value is (173,136,104). Sum of RGB (Red+Green+Blue) = 173+136+104=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8868 is #527797. Grayscale: #8F8F8F. Windows color (decimal): -5404568 or 6850733. OLE color: 6850733.

HSL color Cylindrical-coordinate representation of color #AD8868: hue angle of 27.83º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD8868 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 136 104 -
CMYK 0 0.21 0.40 0.32
HSL 27.83º 0.3% 0.54% -
HSV(B) 27.83º 0.4% 0.68% -
XYZ 28.54 27.49 16.9 -
YUV 143.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 173 136 104 0 0.21 0.40 0.32 27.83 0.3 0.54
Hex AD 88 68 0 15 28 20 1C 1E 36
Octal 255 210 150 0 25 50 40 34 36 66
Binary 10101101 10001000 1101000 0 10101 101000 100000 11100 11110 110110

Color Harmonies of #AD8868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8868

Black with #AD8868

Text Example


Text Example

White with #AD8868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8868; }

 p { color: rgb(173,136,104); }

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

background-color css

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

 a { background-color: rgb(173,136,104); }

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

border-color css

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

 span { border-color: rgb(173,136,104); }

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