Html Css Color HEX #AC8A76 Sandrift

📋 copy color: '#AC8A76'

red 172 ◦ green 138 ◦ blue 118

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

Shades of Sandrift #AC8A76

Tints of Sandrift #AC8A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.24%

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

R = 40.19%
G = 32.24%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC8A76 (or 0xAC8A76) is known color: Sandrift. HEX triplet: AC, 8A and 76. RGB value is (172,138,118). Sum of RGB (Red+Green+Blue) = 172+138+118=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 118 (46.48% from 255 or 27.57% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8A76 is #537589. Grayscale: #929292. Windows color (decimal): -5469578 or 7768748. OLE color: 7768748.

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

Color convert

RGB 172 138 118 -
CMYK 0 0.20 0.31 0.33
HSL 22.22º 0.25% 0.57% -
HSV(B) 22.22º 0.31% 0.67% -
XYZ 29.37 28.26 21.05 -
YUV 145.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 172 138 118 0 0.20 0.31 0.33 22.22 0.25 0.57
Hex AC 8A 76 0 14 1F 21 16 19 39
Octal 254 212 166 0 24 37 41 26 31 71
Binary 10101100 10001010 1110110 0 10100 11111 100001 10110 11001 111001

Color Harmonies of #AC8A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8A76

Black with #AC8A76

Text Example


Text Example

White with #AC8A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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