Html Css Color HEX #AC9479 Sandrift

📋 copy color: '#AC9479'

red 172 ◦ green 148 ◦ blue 121

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

Shades of Sandrift #AC9479

Tints of Sandrift #AC9479

RGB

 RED value IS 172 (67.58% from 255) = 39%

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

 BLUE value IS 121 (47.66% from 255) = 27.44%

R = 39%
G = 33.56%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC9479 (or 0xAC9479) is known color: Sandrift. HEX triplet: AC, 94 and 79. RGB value is (172,148,121). Sum of RGB (Red+Green+Blue) = 172+148+121=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 121 (47.66% from 255 or 27.44% from 441); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9479 is #536B86. Grayscale: #989898. Windows color (decimal): -5467015 or 7967916. OLE color: 7967916.

HSL color Cylindrical-coordinate representation of color #AC9479: hue angle of 31.76º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC9479 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 148 121 -
CMYK 0 0.14 0.30 0.33
HSL 31.76º 0.24% 0.57% -
HSV(B) 31.76º 0.3% 0.67% -
XYZ 31.05 31.33 22.5 -
YUV 152.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 172 148 121 0 0.14 0.30 0.33 31.76 0.24 0.57
Hex AC 94 79 0 E 1E 21 20 18 39
Octal 254 224 171 0 16 36 41 40 30 71
Binary 10101100 10010100 1111001 0 1110 11110 100001 100000 11000 111001

Color Harmonies of #AC9479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9479

Black with #AC9479

Text Example


Text Example

White with #AC9479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9479; }

 p { color: rgb(172,148,121); }

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

background-color css

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

 a { background-color: rgb(172,148,121); }

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

border-color css

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

 span { border-color: rgb(172,148,121); }

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