Html Css Color HEX #AD8862 Sandal

📋 copy color: '#AD8862'

red 173 ◦ green 136 ◦ blue 98

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

Shades of Sandal #AD8862

Tints of Sandal #AD8862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.08%

R = 42.51%
G = 33.42%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AD8862 (or 0xAD8862) is known color: Sandal. HEX triplet: AD, 88 and 62. RGB value is (173,136,98). Sum of RGB (Red+Green+Blue) = 173+136+98=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8862 is #52779D. Grayscale: #8E8E8E. Windows color (decimal): -5404574 or 6457517. OLE color: 6457517.

HSL color Cylindrical-coordinate representation of color #AD8862: hue angle of 30.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD8862 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 136 98 -
CMYK 0 0.21 0.43 0.32
HSL 30.4º 0.31% 0.53% -
HSV(B) 30.4º 0.43% 0.68% -
XYZ 28.24 27.37 15.35 -
YUV 142.73 102.76 149.59 -
System Red Green Blue C M Y K H S L
Decimal 173 136 98 0 0.21 0.43 0.32 30.4 0.31 0.53
Hex AD 88 62 0 15 2B 20 1E 1F 35
Octal 255 210 142 0 25 53 40 36 37 65
Binary 10101101 10001000 1100010 0 10101 101011 100000 11110 11111 110101

Color Harmonies of #AD8862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8862

Black with #AD8862

Text Example


Text Example

White with #AD8862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8862; }

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

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

background-color css

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

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

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

border-color css

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

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

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