#ACA398

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

Shades of Cloudy #ACA398

Tints of Cloudy #ACA398

Color information

#ACA398 (or 0xACA398) is unknown color: approx Cloudy. HEX triplet: AC, A3 and 98. RGB value is (172,163,152). Sum of RGB (Red+Green+Blue) = 172+163+152=487 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.32% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 152 (59.77% from 255 or 31.21% from 487); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA398 is #535C67. Grayscale: #A4A4A4. Windows color (decimal): -5463144 or 10003372. OLE color: 10003372.

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

Color convert

RGB172163152-
CMYK00.050.120.33
HSL33º10.75%63.53%-
HSV(B)33º11.63%67.45%-
XYZ35.7837.2335.01-
YUV164.44120.98133.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.32%
GREEN value IS 163 (64.06% from 255) = 33.47%
BLUE value IS 152 (59.77% from 255) = 31.21%
R=35.32%
G=33.47%
B=31.21%

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
Decimal17216315200.050.120.333310.7563.53
HexACA39805C2121b40
Octal2542432300514414113100
Binary1010110010100011100110000101110010000110000110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA398; }

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

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

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

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

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

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

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

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