Html Css Color HEX #AD8F74 Sandrift

📋 copy color: '#AD8F74'

red 173 ◦ green 143 ◦ blue 116

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

Shades of Sandrift #AD8F74

Tints of Sandrift #AD8F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.85%

R = 40.05%
G = 33.1%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AD8F74 (or 0xAD8F74) is known color: Sandrift. HEX triplet: AD, 8F and 74. RGB value is (173,143,116). Sum of RGB (Red+Green+Blue) = 173+143+116=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8F74 is #52708B. Grayscale: #959595. Windows color (decimal): -5402764 or 7638957. OLE color: 7638957.

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

Color convert

RGB 173 143 116 -
CMYK 0 0.17 0.33 0.32
HSL 28.42º 0.26% 0.57% -
HSV(B) 28.42º 0.33% 0.68% -
XYZ 30.21 29.79 20.68 -
YUV 148.89 109.44 145.2 -
System Red Green Blue C M Y K H S L
Decimal 173 143 116 0 0.17 0.33 0.32 28.42 0.26 0.57
Hex AD 8F 74 0 11 21 20 1C 1A 39
Octal 255 217 164 0 21 41 40 34 32 71
Binary 10101101 10001111 1110100 0 10001 100001 100000 11100 11010 111001

Color Harmonies of #AD8F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F74

Black with #AD8F74

Text Example


Text Example

White with #AD8F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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