Html Css Color HEX #AC8876 Sandrift

📋 copy color: '#AC8876'

red 172 ◦ green 136 ◦ blue 118

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

Shades of Sandrift #AC8876

Tints of Sandrift #AC8876

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.92%

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

R = 40.38%
G = 31.92%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC8876 (or 0xAC8876) is known color: Sandrift. HEX triplet: AC, 88 and 76. RGB value is (172,136,118). Sum of RGB (Red+Green+Blue) = 172+136+118=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8876 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8876 is #537789. Grayscale: #909090. Windows color (decimal): -5470090 or 7768236. OLE color: 7768236.

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

Color convert

RGB 172 136 118 -
CMYK 0 0.21 0.31 0.33
HSL 20º 0.25% 0.57% -
HSV(B) 20º 0.31% 0.67% -
XYZ 29.09 27.69 20.95 -
YUV 144.71 112.93 147.46 -
System Red Green Blue C M Y K H S L
Decimal 172 136 118 0 0.21 0.31 0.33 20 0.25 0.57
Hex AC 88 76 0 15 1F 21 14 19 39
Octal 254 210 166 0 25 37 41 24 31 71
Binary 10101100 10001000 1110110 0 10101 11111 100001 10100 11001 111001

Color Harmonies of #AC8876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8876

Black with #AC8876

Text Example


Text Example

White with #AC8876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8876; }

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

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

background-color css

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

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

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

border-color css

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

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

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