#ACA397

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

Shades of Cloudy #ACA397

Tints of Cloudy #ACA397

Color information

#ACA397 (or 0xACA397) is unknown color: approx Cloudy. HEX triplet: AC, A3 and 97. RGB value is (172,163,151). Sum of RGB (Red+Green+Blue) = 172+163+151=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA397 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA397 is #535C68. Grayscale: #A4A4A4. Windows color (decimal): -5463145 or 9937836. OLE color: 9937836.

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

Color convert

RGB172163151-
CMYK00.050.120.33
HSL34.29º11.23%63.33%-
HSV(B)34.29º12.21%67.45%-
XYZ35.737.234.58-
YUV164.32120.48133.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 163 (64.06% from 255) = 33.54%
BLUE value IS 151 (59.38% from 255) = 31.07%
R=35.39%
G=33.54%
B=31.07%

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
Decimal17216315100.050.120.3334.2911.2363.33
HexACA39705C2122b3f
Octal254243227051441421377
Binary101011001010001110010111010111001000011000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA397; }

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

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

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

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

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

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

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

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