Html Css Color HEX #ACA394 Cloudy

📋 copy color: '#ACA394'

red 172 ◦ green 163 ◦ blue 148

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

Shades of Cloudy #ACA394

Tints of Cloudy #ACA394

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.75%

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

R = 35.61%
G = 33.75%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#ACA394 (or 0xACA394) is known color: Cloudy. HEX triplet: AC, A3 and 94. RGB value is (172,163,148). Sum of RGB (Red+Green+Blue) = 172+163+148=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA394 is #535C6B. Grayscale: #A4A4A4. Windows color (decimal): -5463148 or 9741228. OLE color: 9741228.

HSL color Cylindrical-coordinate representation of color #ACA394: hue angle of 37.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 #ACA394 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 163 148 -
CMYK 0 0.05 0.14 0.33
HSL 37.5º 0.13% 0.63% -
HSV(B) 37.5º 0.14% 0.67% -
XYZ 35.46 37.1 33.31 -
YUV 163.98 118.98 133.72 -
System Red Green Blue C M Y K H S L
Decimal 172 163 148 0 0.05 0.14 0.33 37.5 0.13 0.63
Hex AC A3 94 0 5 E 21 26 D 3F
Octal 254 243 224 0 5 16 41 46 15 77
Binary 10101100 10100011 10010100 0 101 1110 100001 100110 1101 111111

Color Harmonies of #ACA394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA394

Black with #ACA394

Text Example


Text Example

White with #ACA394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA394; }

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

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

background-color css

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

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

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

border-color css

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

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

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