Html Css Color HEX #AD957A Sandrift

📋 copy color: '#AD957A'

red 173 ◦ green 149 ◦ blue 122

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

Shades of Sandrift #AD957A

Tints of Sandrift #AD957A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.56%

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

R = 38.96%
G = 33.56%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD957A (or 0xAD957A) is known color: Sandrift. HEX triplet: AD, 95 and 7A. RGB value is (173,149,122). Sum of RGB (Red+Green+Blue) = 173+149+122=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD957A is #526A85. Grayscale: #999999. Windows color (decimal): -5401222 or 8033709. OLE color: 8033709.

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

Color convert

RGB 173 149 122 -
CMYK 0 0.14 0.29 0.32
HSL 31.76º 0.24% 0.58% -
HSV(B) 31.76º 0.29% 0.68% -
XYZ 31.49 31.78 22.89 -
YUV 153.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 173 149 122 0 0.14 0.29 0.32 31.76 0.24 0.58
Hex AD 95 7A 0 E 1D 20 20 18 3A
Octal 255 225 172 0 16 35 40 40 30 72
Binary 10101101 10010101 1111010 0 1110 11101 100000 100000 11000 111010

Color Harmonies of #AD957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD957A

Black with #AD957A

Text Example


Text Example

White with #AD957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD957A; }

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

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

background-color css

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

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

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

border-color css

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

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

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