#ACA198

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

Shades of Cloudy #ACA198

Tints of Cloudy #ACA198

Color information

#ACA198 (or 0xACA198) is unknown color: approx Cloudy. HEX triplet: AC, A1 and 98. RGB value is (172,161,152). Sum of RGB (Red+Green+Blue) = 172+161+152=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 152 (59.77% from 255 or 31.34% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA198 is #535E67. Grayscale: #A3A3A3. Windows color (decimal): -5463656 or 10002860. OLE color: 10002860.

HSL color Cylindrical-coordinate representation of color #ACA198: hue angle of 27º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACA198 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB172161152-
CMYK00.060.120.33
HSL27º10.75%63.53%-
HSV(B)27º11.63%67.45%-
XYZ35.4336.5334.89-
YUV163.26121.64134.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 161 (63.28% from 255) = 33.20%
BLUE value IS 152 (59.77% from 255) = 31.34%
R=35.46%
G=33.20%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216115200.060.120.332710.7563.53
HexACA19806C211bb40
Octal2542412300614413313100
Binary101011001010000110011000011011001000011101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA198; }

 p { color: rgb(172,161,152); }

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

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

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

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

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

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

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