Html Css Color HEX #ACA393 Cloudy

📋 copy color: '#ACA393'

red 172 ◦ green 163 ◦ blue 147

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

Shades of Cloudy #ACA393

Tints of Cloudy #ACA393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.5%

R = 35.68%
G = 33.82%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#ACA393 (or 0xACA393) is known color: Cloudy. HEX triplet: AC, A3 and 93. RGB value is (172,163,147). Sum of RGB (Red+Green+Blue) = 172+163+147=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 163 (64.06% from 255 or 33.82% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA393 is #535C6C. Grayscale: #A3A3A3. Windows color (decimal): -5463149 or 9675692. OLE color: 9675692.

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

Color convert

RGB 172 163 147 -
CMYK 0 0.05 0.15 0.33
HSL 38.4º 0.13% 0.63% -
HSV(B) 38.4º 0.15% 0.67% -
XYZ 35.38 37.07 32.89 -
YUV 163.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 172 163 147 0 0.05 0.15 0.33 38.4 0.13 0.63
Hex AC A3 93 0 5 F 21 26 D 3F
Octal 254 243 223 0 5 17 41 46 15 77
Binary 10101100 10100011 10010011 0 101 1111 100001 100110 1101 111111

Color Harmonies of #ACA393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA393

Black with #ACA393

Text Example


Text Example

White with #ACA393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA393; }

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

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

background-color css

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

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

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

border-color css

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

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

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