Html Css Color HEX #ACA096 Cloudy

📋 copy color: '#ACA096'

red 172 ◦ green 160 ◦ blue 150

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

Shades of Cloudy #ACA096

Tints of Cloudy #ACA096

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.2%

 BLUE value IS 150 (58.98% from 255) = 31.12%

R = 35.68%
G = 33.2%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#ACA096 (or 0xACA096) is known color: Cloudy. HEX triplet: AC, A0 and 96. RGB value is (172,160,150). Sum of RGB (Red+Green+Blue) = 172+160+150=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA096 is #535F69. Grayscale: #A2A2A2. Windows color (decimal): -5463914 or 9871532. OLE color: 9871532.

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

Color convert

RGB 172 160 150 -
CMYK 0 0.07 0.13 0.33
HSL 27.27º 0.12% 0.63% -
HSV(B) 27.27º 0.13% 0.67% -
XYZ 35.09 36.11 33.98 -
YUV 162.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 172 160 150 0 0.07 0.13 0.33 27.27 0.12 0.63
Hex AC A0 96 0 7 D 21 1B C 3F
Octal 254 240 226 0 7 15 41 33 14 77
Binary 10101100 10100000 10010110 0 111 1101 100001 11011 1100 111111

Color Harmonies of #ACA096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA096

Black with #ACA096

Text Example


Text Example

White with #ACA096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA096; }

 p { color: rgb(172,160,150); }

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

background-color css

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

 a { background-color: rgb(172,160,150); }

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

border-color css

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

 span { border-color: rgb(172,160,150); }

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