Html Css Color HEX #AC8D76 Sandrift

📋 copy color: '#AC8D76'

red 172 ◦ green 141 ◦ blue 118

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

Shades of Sandrift #AC8D76

Tints of Sandrift #AC8D76

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.71%

 BLUE value IS 118 (46.48% from 255) = 27.38%

R = 39.91%
G = 32.71%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC8D76 (or 0xAC8D76) is known color: Sandrift. HEX triplet: AC, 8D and 76. RGB value is (172,141,118). Sum of RGB (Red+Green+Blue) = 172+141+118=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 118 (46.48% from 255 or 27.38% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8D76 is #537289. Grayscale: #939393. Windows color (decimal): -5468810 or 7769516. OLE color: 7769516.

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

Color convert

RGB 172 141 118 -
CMYK 0 0.18 0.31 0.33
HSL 25.56º 0.25% 0.57% -
HSV(B) 25.56º 0.31% 0.67% -
XYZ 29.81 29.13 21.19 -
YUV 147.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 172 141 118 0 0.18 0.31 0.33 25.56 0.25 0.57
Hex AC 8D 76 0 12 1F 21 1A 19 39
Octal 254 215 166 0 22 37 41 32 31 71
Binary 10101100 10001101 1110110 0 10010 11111 100001 11010 11001 111001

Color Harmonies of #AC8D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8D76

Black with #AC8D76

Text Example


Text Example

White with #AC8D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8D76; }

 p { color: rgb(172,141,118); }

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

background-color css

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

 a { background-color: rgb(172,141,118); }

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

border-color css

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

 span { border-color: rgb(172,141,118); }

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