#ACA597

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

Shades of Cloudy #ACA597

Tints of Cloudy #ACA597

Color information

#ACA597 (or 0xACA597) is unknown color: approx Cloudy. HEX triplet: AC, A5 and 97. RGB value is (172,165,151). Sum of RGB (Red+Green+Blue) = 172+165+151=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA597 is #535A68. Grayscale: #A5A5A5. Windows color (decimal): -5462633 or 9938348. OLE color: 9938348.

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

Color convert

RGB172165151-
CMYK00.040.120.33
HSL40º11.23%63.33%-
HSV(B)40º12.21%67.45%-
XYZ36.0537.9234.7-
YUV165.5119.82132.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 165 (64.84% from 255) = 33.81%
BLUE value IS 151 (59.38% from 255) = 30.94%
R=35.25%
G=33.81%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216515100.040.120.334011.2363.33
HexACA59704C2128b3f
Octal254245227041441501377
Binary101011001010010110010111010011001000011010001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA597; }

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

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

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

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

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

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

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

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