Html Css Color HEX #AC947B Sandrift

📋 copy color: '#AC947B'

red 172 ◦ green 148 ◦ blue 123

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

Shades of Sandrift #AC947B

Tints of Sandrift #AC947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.77%

R = 38.83%
G = 33.41%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC947B (or 0xAC947B) is known color: Sandrift. HEX triplet: AC, 94 and 7B. RGB value is (172,148,123). Sum of RGB (Red+Green+Blue) = 172+148+123=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 172 - color contains mainly: red. Hex color #AC947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC947B is #536B84. Grayscale: #989898. Windows color (decimal): -5467013 or 8098988. OLE color: 8098988.

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

Color convert

RGB 172 148 123 -
CMYK 0 0.14 0.28 0.33
HSL 30.61º 0.23% 0.58% -
HSV(B) 30.61º 0.28% 0.67% -
XYZ 31.18 31.38 23.15 -
YUV 152.33 111.45 142.03 -
System Red Green Blue C M Y K H S L
Decimal 172 148 123 0 0.14 0.28 0.33 30.61 0.23 0.58
Hex AC 94 7B 0 E 1C 21 1F 17 3A
Octal 254 224 173 0 16 34 41 37 27 72
Binary 10101100 10010100 1111011 0 1110 11100 100001 11111 10111 111010

Color Harmonies of #AC947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC947B

Black with #AC947B

Text Example


Text Example

White with #AC947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC947B; }

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

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

background-color css

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

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

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

border-color css

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

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

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