Html Css Color HEX #AC8C76 Sandrift

📋 copy color: '#AC8C76'

red 172 ◦ green 140 ◦ blue 118

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

Shades of Sandrift #AC8C76

Tints of Sandrift #AC8C76

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.56%

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

R = 40%
G = 32.56%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC8C76 (or 0xAC8C76) is known color: Sandrift. HEX triplet: AC, 8C and 76. RGB value is (172,140,118). Sum of RGB (Red+Green+Blue) = 172+140+118=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C76 is #537389. Grayscale: #939393. Windows color (decimal): -5469066 or 7769260. OLE color: 7769260.

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

Color convert

RGB 172 140 118 -
CMYK 0 0.19 0.31 0.33
HSL 24.44º 0.25% 0.57% -
HSV(B) 24.44º 0.31% 0.67% -
XYZ 29.66 28.83 21.14 -
YUV 147.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 172 140 118 0 0.19 0.31 0.33 24.44 0.25 0.57
Hex AC 8C 76 0 13 1F 21 18 19 39
Octal 254 214 166 0 23 37 41 30 31 71
Binary 10101100 10001100 1110110 0 10011 11111 100001 11000 11001 111001

Color Harmonies of #AC8C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C76

Black with #AC8C76

Text Example


Text Example

White with #AC8C76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C76; }

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

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

background-color css

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

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

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

border-color css

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

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

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