Html Css Color HEX #AD8A75 Sandrift

📋 copy color: '#AD8A75'

red 173 ◦ green 138 ◦ blue 117

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

Shades of Sandrift #AD8A75

Tints of Sandrift #AD8A75

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.24%

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

R = 40.42%
G = 32.24%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD8A75 (or 0xAD8A75) is known color: Sandrift. HEX triplet: AD, 8A and 75. RGB value is (173,138,117). Sum of RGB (Red+Green+Blue) = 173+138+117=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 117 (46.09% from 255 or 27.34% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8A75 is #52758A. Grayscale: #929292. Windows color (decimal): -5404043 or 7703213. OLE color: 7703213.

HSL color Cylindrical-coordinate representation of color #AD8A75: hue angle of 22.5º 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 #AD8A75 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 138 117 -
CMYK 0 0.20 0.32 0.32
HSL 22.5º 0.25% 0.57% -
HSV(B) 22.5º 0.32% 0.68% -
XYZ 29.53 28.35 20.74 -
YUV 146.07 111.6 147.21 -
System Red Green Blue C M Y K H S L
Decimal 173 138 117 0 0.20 0.32 0.32 22.5 0.25 0.57
Hex AD 8A 75 0 14 20 20 16 19 39
Octal 255 212 165 0 24 40 40 26 31 71
Binary 10101101 10001010 1110101 0 10100 100000 100000 10110 11001 111001

Color Harmonies of #AD8A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A75

Black with #AD8A75

Text Example


Text Example

White with #AD8A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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