#ACA298

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

Shades of Cloudy #ACA298

Tints of Cloudy #ACA298

Color information

#ACA298 (or 0xACA298) is unknown color: approx Cloudy. HEX triplet: AC, A2 and 98. RGB value is (172,162,152). Sum of RGB (Red+Green+Blue) = 172+162+152=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA298 is #535D67. Grayscale: #A3A3A3. Windows color (decimal): -5463400 or 10003116. OLE color: 10003116.

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

Color convert

RGB172162152-
CMYK00.060.120.33
HSL30º10.75%63.53%-
HSV(B)30º11.63%67.45%-
XYZ35.636.8834.95-
YUV163.85121.31133.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.39%
GREEN value IS 162 (63.67% from 255) = 33.33%
BLUE value IS 152 (59.77% from 255) = 31.28%
R=35.39%
G=33.33%
B=31.28%

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
Decimal17216215200.060.120.333010.7563.53
HexACA29806C211eb40
Octal2542422300614413613100
Binary101011001010001010011000011011001000011111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA298; }

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

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

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

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

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

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

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

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