Html Css Color HEX #AD8E75 Sandrift

📋 copy color: '#AD8E75'

red 173 ◦ green 142 ◦ blue 117

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

Shades of Sandrift #AD8E75

Tints of Sandrift #AD8E75

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.87%

 BLUE value IS 117 (46.09% from 255) = 27.08%

R = 40.05%
G = 32.87%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD8E75 (or 0xAD8E75) is known color: Sandrift. HEX triplet: AD, 8E and 75. RGB value is (173,142,117). Sum of RGB (Red+Green+Blue) = 173+142+117=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8E75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8E75 is #52718A. Grayscale: #949494. Windows color (decimal): -5403019 or 7704237. OLE color: 7704237.

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

Color convert

RGB 173 142 117 -
CMYK 0 0.18 0.32 0.32
HSL 26.79º 0.25% 0.57% -
HSV(B) 26.79º 0.32% 0.68% -
XYZ 30.12 29.51 20.94 -
YUV 148.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 173 142 117 0 0.18 0.32 0.32 26.79 0.25 0.57
Hex AD 8E 75 0 12 20 20 1B 19 39
Octal 255 216 165 0 22 40 40 33 31 71
Binary 10101101 10001110 1110101 0 10010 100000 100000 11011 11001 111001

Color Harmonies of #AD8E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8E75

Black with #AD8E75

Text Example


Text Example

White with #AD8E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8E75; }

 p { color: rgb(173,142,117); }

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

background-color css

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

 a { background-color: rgb(173,142,117); }

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

border-color css

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

 span { border-color: rgb(173,142,117); }

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