Html Css Color HEX #AD8D7A Sandrift

📋 copy color: '#AD8D7A'

red 173 ◦ green 141 ◦ blue 122

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

Shades of Sandrift #AD8D7A

Tints of Sandrift #AD8D7A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.34%

 BLUE value IS 122 (48.05% from 255) = 27.98%

R = 39.68%
G = 32.34%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD8D7A (or 0xAD8D7A) is known color: Sandrift. HEX triplet: AD, 8D and 7A. RGB value is (173,141,122). Sum of RGB (Red+Green+Blue) = 173+141+122=436 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.68% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8D7A is #527285. Grayscale: #949494. Windows color (decimal): -5403270 or 8031661. OLE color: 8031661.

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

Color convert

RGB 173 141 122 -
CMYK 0 0.18 0.29 0.32
HSL 22.35º 0.24% 0.58% -
HSV(B) 22.35º 0.29% 0.68% -
XYZ 30.27 29.34 22.48 -
YUV 148.4 113.1 145.54 -
System Red Green Blue C M Y K H S L
Decimal 173 141 122 0 0.18 0.29 0.32 22.35 0.24 0.58
Hex AD 8D 7A 0 12 1D 20 16 18 3A
Octal 255 215 172 0 22 35 40 26 30 72
Binary 10101101 10001101 1111010 0 10010 11101 100000 10110 11000 111010

Color Harmonies of #AD8D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8D7A

Black with #AD8D7A

Text Example


Text Example

White with #AD8D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8D7A; }

 p { color: rgb(173,141,122); }

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

background-color css

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

 a { background-color: rgb(173,141,122); }

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

border-color css

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

 span { border-color: rgb(173,141,122); }

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