Html Css Color HEX #AD8960 Sandal

📋 copy color: '#AD8960'

red 173 ◦ green 137 ◦ blue 96

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

Shades of Sandal #AD8960

Tints of Sandal #AD8960

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.74%

 BLUE value IS 96 (37.89% from 255) = 23.65%

R = 42.61%
G = 33.74%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AD8960 (or 0xAD8960) is known color: Sandal. HEX triplet: AD, 89 and 60. RGB value is (173,137,96). Sum of RGB (Red+Green+Blue) = 173+137+96=406 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.61% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8960 is #52769F. Grayscale: #8F8F8F. Windows color (decimal): -5404320 or 6326701. OLE color: 6326701.

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

Color convert

RGB 173 137 96 -
CMYK 0 0.21 0.45 0.32
HSL 31.95º 0.32% 0.53% -
HSV(B) 31.95º 0.45% 0.68% -
XYZ 28.29 27.62 14.91 -
YUV 143.09 101.43 149.33 -
System Red Green Blue C M Y K H S L
Decimal 173 137 96 0 0.21 0.45 0.32 31.95 0.32 0.53
Hex AD 89 60 0 15 2D 20 20 20 35
Octal 255 211 140 0 25 55 40 40 40 65
Binary 10101101 10001001 1100000 0 10101 101101 100000 100000 100000 110101

Color Harmonies of #AD8960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8960

Black with #AD8960

Text Example


Text Example

White with #AD8960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8960; }

 p { color: rgb(173,137,96); }

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

background-color css

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

 a { background-color: rgb(173,137,96); }

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

border-color css

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

 span { border-color: rgb(173,137,96); }

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