#AC8A8A

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

Shades of Thatch #AC8A8A

Tints of Thatch #AC8A8A

Color information

#AC8A8A (or 0xAC8A8A) is unknown color: approx Thatch. HEX triplet: AC, 8A and 8A. RGB value is (172,138,138). Sum of RGB (Red+Green+Blue) = 172+138+138=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8A8A is #537575. Grayscale: #949494. Windows color (decimal): -5469558 or 9079468. OLE color: 9079468.

HSL color Cylindrical-coordinate representation of color #AC8A8A: hue angle of 0º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC8A8A is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB172138138-
CMYK00.200.200.33
HSL17%60.78%-
HSV(B)19.77%67.45%-
XYZ30.6928.7827.98-
YUV148.17122.26145-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.39%
GREEN value IS 138 (54.30% from 255) = 30.80%
BLUE value IS 138 (54.30% from 255) = 30.80%
R=38.39%
G=30.80%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213813800.200.200.3301760.78
HexAC8A8A01414210113d
Octal254212212024244102175
Binary10101100100010101000101001010010100100001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8A8A; }

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

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

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

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

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

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

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

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