Html Css Color HEX #AD967E Sandrift

📋 copy color: '#AD967E'

red 173 ◦ green 150 ◦ blue 126

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

Shades of Sandrift #AD967E

Tints of Sandrift #AD967E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.41%

 BLUE value IS 126 (49.61% from 255) = 28.06%

R = 38.53%
G = 33.41%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD967E (or 0xAD967E) is known color: Sandrift. HEX triplet: AD, 96 and 7E. RGB value is (173,150,126). Sum of RGB (Red+Green+Blue) = 173+150+126=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 173 - color contains mainly: red. Hex color #AD967E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD967E is #526981. Grayscale: #9A9A9A. Windows color (decimal): -5400962 or 8296109. OLE color: 8296109.

HSL color Cylindrical-coordinate representation of color #AD967E: hue angle of 30.64º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD967E is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 150 126 -
CMYK 0 0.13 0.27 0.32
HSL 30.64º 0.22% 0.59% -
HSV(B) 30.64º 0.27% 0.68% -
XYZ 31.91 32.2 24.27 -
YUV 154.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 173 150 126 0 0.13 0.27 0.32 30.64 0.22 0.59
Hex AD 96 7E 0 D 1B 20 1F 16 3B
Octal 255 226 176 0 15 33 40 37 26 73
Binary 10101101 10010110 1111110 0 1101 11011 100000 11111 10110 111011

Color Harmonies of #AD967E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD967E

Black with #AD967E

Text Example


Text Example

White with #AD967E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD967E; }

 p { color: rgb(173,150,126); }

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

background-color css

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

 a { background-color: rgb(173,150,126); }

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

border-color css

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

 span { border-color: rgb(173,150,126); }

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