#AC8B77

Color #AC8B77 Sandrift (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandrift #AC8B77

Tints of Sandrift #AC8B77

Color information

#AC8B77 (or 0xAC8B77) is unknown color: approx Sandrift. HEX triplet: AC, 8B and 77. RGB value is (172,139,119). Sum of RGB (Red+Green+Blue) = 172+139+119=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8B77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8B77 is #537488. Grayscale: #929292. Windows color (decimal): -5469321 or 7834540. OLE color: 7834540.

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

Color convert

RGB172139119-
CMYK00.190.310.33
HSL22.64º24.2%57.06%-
HSV(B)22.64º30.81%67.45%-
XYZ29.5828.5721.41-
YUV146.59112.43146.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 139 (54.69% from 255) = 32.33%
BLUE value IS 119 (46.88% from 255) = 27.67%
R=40%
G=32.33%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213911900.190.310.3322.6424.257.06
HexAC8B770131F21171839
Octal2542131670233741273071
Binary10101100100010111110111010011111111000011011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8B77; }

 p { color: rgb(172,139,119); }

 H1.HeaderClassName
 {
   color: #AC8B77;
 }
 .AnyTagClassName
 {
   color: #AC8B77;
 }
</style>
background-color css

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

 a { background-color: rgb(172,139,119); }

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

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

 span { border-color: rgb(172,139,119); }

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