Html Css Color HEX #AD9277 Sandrift

📋 copy color: '#AD9277'

red 173 ◦ green 146 ◦ blue 119

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

Shades of Sandrift #AD9277

Tints of Sandrift #AD9277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.33%

 BLUE value IS 119 (46.88% from 255) = 27.17%

R = 39.5%
G = 33.33%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD9277 (or 0xAD9277) is known color: Sandrift. HEX triplet: AD, 92 and 77. RGB value is (173,146,119). Sum of RGB (Red+Green+Blue) = 173+146+119=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD9277 is #526D88. Grayscale: #979797. Windows color (decimal): -5401993 or 7836333. OLE color: 7836333.

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

Color convert

RGB 173 146 119 -
CMYK 0 0.16 0.31 0.32
HSL 30º 0.25% 0.57% -
HSV(B) 30º 0.31% 0.68% -
XYZ 30.84 30.77 21.77 -
YUV 151 109.95 143.7 -
System Red Green Blue C M Y K H S L
Decimal 173 146 119 0 0.16 0.31 0.32 30 0.25 0.57
Hex AD 92 77 0 10 1F 20 1E 19 39
Octal 255 222 167 0 20 37 40 36 31 71
Binary 10101101 10010010 1110111 0 10000 11111 100000 11110 11001 111001

Color Harmonies of #AD9277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9277

Black with #AD9277

Text Example


Text Example

White with #AD9277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9277; }

 p { color: rgb(173,146,119); }

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

background-color css

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

 a { background-color: rgb(173,146,119); }

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

border-color css

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

 span { border-color: rgb(173,146,119); }

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