#AC998A

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

Shades of Zorba #AC998A

Tints of Zorba #AC998A

Color information

#AC998A (or 0xAC998A) is unknown color: approx Zorba. HEX triplet: AC, 99 and 8A. RGB value is (172,153,138). Sum of RGB (Red+Green+Blue) = 172+153+138=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC998A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC998A is #536675. Grayscale: #9D9D9D. Windows color (decimal): -5465718 or 9083308. OLE color: 9083308.

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

Color convert

RGB172153138-
CMYK00.110.200.33
HSL26.47º17%60.78%-
HSV(B)26.47º19.77%67.45%-
XYZ32.9933.3928.75-
YUV156.97117.29138.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 153 (60.16% from 255) = 33.05%
BLUE value IS 138 (54.30% from 255) = 29.81%
R=37.15%
G=33.05%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215313800.110.200.3326.471760.78
HexAC998A0B14211a113d
Octal2542312120132441322175
Binary10101100100110011000101001011101001000011101010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC998A; }

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

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

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

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

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

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

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

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