Html Css Color HEX #AC937D Sandrift

📋 copy color: '#AC937D'

red 172 ◦ green 147 ◦ blue 125

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

Shades of Sandrift #AC937D

Tints of Sandrift #AC937D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.11%

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

R = 38.74%
G = 33.11%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AC937D (or 0xAC937D) is known color: Sandrift. HEX triplet: AC, 93 and 7D. RGB value is (172,147,125). Sum of RGB (Red+Green+Blue) = 172+147+125=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 172 - color contains mainly: red. Hex color #AC937D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC937D is #536C82. Grayscale: #989898. Windows color (decimal): -5467267 or 8229804. OLE color: 8229804.

HSL color Cylindrical-coordinate representation of color #AC937D: hue angle of 28.09º 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 #AC937D is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 147 125 -
CMYK 0 0.15 0.27 0.33
HSL 28.09º 0.22% 0.58% -
HSV(B) 28.09º 0.27% 0.67% -
XYZ 31.15 31.12 23.77 -
YUV 151.97 112.78 142.29 -
System Red Green Blue C M Y K H S L
Decimal 172 147 125 0 0.15 0.27 0.33 28.09 0.22 0.58
Hex AC 93 7D 0 F 1B 21 1C 16 3A
Octal 254 223 175 0 17 33 41 34 26 72
Binary 10101100 10010011 1111101 0 1111 11011 100001 11100 10110 111010

Color Harmonies of #AC937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC937D

Black with #AC937D

Text Example


Text Example

White with #AC937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC937D; }

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

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

background-color css

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

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

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

border-color css

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

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

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