Html Css Color HEX #AC947D Sandrift

📋 copy color: '#AC947D'

red 172 ◦ green 148 ◦ blue 125

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

Shades of Sandrift #AC947D

Tints of Sandrift #AC947D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.09%

R = 38.65%
G = 33.26%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC947D (or 0xAC947D) is known color: Sandrift. HEX triplet: AC, 94 and 7D. RGB value is (172,148,125). Sum of RGB (Red+Green+Blue) = 172+148+125=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 172 - color contains mainly: red. Hex color #AC947D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC947D is #536B82. Grayscale: #989898. Windows color (decimal): -5467011 or 8230060. OLE color: 8230060.

HSL color Cylindrical-coordinate representation of color #AC947D: hue angle of 29.36º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC947D is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 148 125 -
CMYK 0 0.14 0.27 0.33
HSL 29.36º 0.22% 0.58% -
HSV(B) 29.36º 0.27% 0.67% -
XYZ 31.3 31.43 23.82 -
YUV 152.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 172 148 125 0 0.14 0.27 0.33 29.36 0.22 0.58
Hex AC 94 7D 0 E 1B 21 1D 16 3A
Octal 254 224 175 0 16 33 41 35 26 72
Binary 10101100 10010100 1111101 0 1110 11011 100001 11101 10110 111010

Color Harmonies of #AC947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC947D

Black with #AC947D

Text Example


Text Example

White with #AC947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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