Html Css Color HEX #ACA194 Cloudy

📋 copy color: '#ACA194'

red 172 ◦ green 161 ◦ blue 148

#ACA194
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cloudy #ACA194

Tints of Cloudy #ACA194

RGB

 RED value IS 172 (67.58% from 255) = 35.76%

 GREEN value IS 161 (63.28% from 255) = 33.47%

 BLUE value IS 148 (58.2% from 255) = 30.77%

R = 35.76%
G = 33.47%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#ACA194 (or 0xACA194) is known color: Cloudy. HEX triplet: AC, A1 and 94. RGB value is (172,161,148). Sum of RGB (Red+Green+Blue) = 172+161+148=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 161 (63.28% from 255 or 33.47% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA194 is #535E6B. Grayscale: #A2A2A2. Windows color (decimal): -5463660 or 9740716. OLE color: 9740716.

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

Color convert

RGB 172 161 148 -
CMYK 0 0.06 0.14 0.33
HSL 32.5º 0.13% 0.63% -
HSV(B) 32.5º 0.14% 0.67% -
XYZ 35.1 36.4 33.19 -
YUV 162.81 119.64 134.56 -
System Red Green Blue C M Y K H S L
Decimal 172 161 148 0 0.06 0.14 0.33 32.5 0.13 0.63
Hex AC A1 94 0 6 E 21 20 D 3F
Octal 254 241 224 0 6 16 41 40 15 77
Binary 10101100 10100001 10010100 0 110 1110 100001 100000 1101 111111

Color Harmonies of #ACA194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA194

Black with #ACA194

Text Example


Text Example

White with #ACA194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA194; }

 p { color: rgb(172,161,148); }

 H1.HeaderClassName
 {
   color: #ACA194;
 }
 .AnyTagClassName
 {
   color: #ACA194;
 }
</style>

background-color css

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

 a { background-color: rgb(172,161,148); }

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

border-color css

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

 span { border-color: rgb(172,161,148); }

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