#ACA29A

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

Shades of Cloudy #ACA29A

Tints of Cloudy #ACA29A

Color information

#ACA29A (or 0xACA29A) is unknown color: approx Cloudy. HEX triplet: AC, A2 and 9A. RGB value is (172,162,154). Sum of RGB (Red+Green+Blue) = 172+162+154=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA29A is #535D65. Grayscale: #A4A4A4. Windows color (decimal): -5463398 or 10134188. OLE color: 10134188.

HSL color Cylindrical-coordinate representation of color #ACA29A: hue angle of 26.67º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ACA29A is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB172162154-
CMYK00.060.100.33
HSL26.67º9.78%63.92%-
HSV(B)26.67º10.47%67.45%-
XYZ35.7736.9435.82-
YUV164.08122.31133.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 162 (63.67% from 255) = 33.20%
BLUE value IS 154 (60.55% from 255) = 31.56%
R=35.25%
G=33.20%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17216215400.060.100.3326.679.7863.92
HexACA29A06A211ba40
Octal2542422320612413312100
Binary101011001010001010011010011010101000011101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA29A; }

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

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

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

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

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

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

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

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