Html Css Color HEX #AD8F83 Sandrift

📋 copy color: '#AD8F83'

red 173 ◦ green 143 ◦ blue 131

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

Shades of Sandrift #AD8F83

Tints of Sandrift #AD8F83

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.99%

 BLUE value IS 131 (51.56% from 255) = 29.31%

R = 38.7%
G = 31.99%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AD8F83 (or 0xAD8F83) is known color: Sandrift. HEX triplet: AD, 8F and 83. RGB value is (173,143,131). Sum of RGB (Red+Green+Blue) = 173+143+131=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8F83 is #52707C. Grayscale: #969696. Windows color (decimal): -5402749 or 8621997. OLE color: 8621997.

HSL color Cylindrical-coordinate representation of color #AD8F83: hue angle of 17.14º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8F83 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 143 131 -
CMYK 0 0.17 0.24 0.32
HSL 17.14º 0.2% 0.6% -
HSV(B) 17.14º 0.24% 0.68% -
XYZ 31.15 30.17 25.65 -
YUV 150.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 173 143 131 0 0.17 0.24 0.32 17.14 0.2 0.6
Hex AD 8F 83 0 11 18 20 11 14 3C
Octal 255 217 203 0 21 30 40 21 24 74
Binary 10101101 10001111 10000011 0 10001 11000 100000 10001 10100 111100

Color Harmonies of #AD8F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F83

Black with #AD8F83

Text Example


Text Example

White with #AD8F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F83; }

 p { color: rgb(173,143,131); }

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

background-color css

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

 a { background-color: rgb(173,143,131); }

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

border-color css

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

 span { border-color: rgb(173,143,131); }

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