Html Css Color HEX #AD947A Sandrift

📋 copy color: '#AD947A'

red 173 ◦ green 148 ◦ blue 122

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

Shades of Sandrift #AD947A

Tints of Sandrift #AD947A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.41%

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

R = 39.05%
G = 33.41%
B = 27.54%

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

#AD947A (or 0xAD947A) is known color: Sandrift. HEX triplet: AD, 94 and 7A. RGB value is (173,148,122). Sum of RGB (Red+Green+Blue) = 173+148+122=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 173 - color contains mainly: red. Hex color #AD947A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD947A is #526B85. Grayscale: #989898. Windows color (decimal): -5401478 or 8033453. OLE color: 8033453.

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

Color convert

RGB 173 148 122 -
CMYK 0 0.14 0.29 0.32
HSL 30.59º 0.24% 0.58% -
HSV(B) 30.59º 0.29% 0.68% -
XYZ 31.34 31.47 22.83 -
YUV 152.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 173 148 122 0 0.14 0.29 0.32 30.59 0.24 0.58
Hex AD 94 7A 0 E 1D 20 1F 18 3A
Octal 255 224 172 0 16 35 40 37 30 72
Binary 10101101 10010100 1111010 0 1110 11101 100000 11111 11000 111010

Color Harmonies of #AD947A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD947A

Black with #AD947A

Text Example


Text Example

White with #AD947A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD947A; }

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

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

background-color css

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

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

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

border-color css

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

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

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