#ACA498

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

Shades of Cloudy #ACA498

Tints of Cloudy #ACA498

Color information

#ACA498 (or 0xACA498) is unknown color: approx Cloudy. HEX triplet: AC, A4 and 98. RGB value is (172,164,152). Sum of RGB (Red+Green+Blue) = 172+164+152=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA498 is #535B67. Grayscale: #A5A5A5. Windows color (decimal): -5462888 or 10003628. OLE color: 10003628.

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

Color convert

RGB172164152-
CMYK00.050.120.33
HSL36º10.75%63.53%-
HSV(B)36º11.63%67.45%-
XYZ35.9637.5935.07-
YUV165.02120.65132.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 164 (64.45% from 255) = 33.61%
BLUE value IS 152 (59.77% from 255) = 31.15%
R=35.25%
G=33.61%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216415200.050.120.333610.7563.53
HexACA49805C2124b40
Octal2542442300514414413100
Binary1010110010100100100110000101110010000110010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA498; }

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

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

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

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

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

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

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

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