Html Css Color HEX #ACA097 Cloudy

📋 copy color: '#ACA097'

red 172 ◦ green 160 ◦ blue 151

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

Shades of Cloudy #ACA097

Tints of Cloudy #ACA097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.26%

R = 35.61%
G = 33.13%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#ACA097 (or 0xACA097) is known color: Cloudy. HEX triplet: AC, A0 and 97. RGB value is (172,160,151). Sum of RGB (Red+Green+Blue) = 172+160+151=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA097 is #535F68. Grayscale: #A2A2A2. Windows color (decimal): -5463913 or 9937068. OLE color: 9937068.

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

Color convert

RGB 172 160 151 -
CMYK 0 0.07 0.12 0.33
HSL 25.71º 0.11% 0.63% -
HSV(B) 25.71º 0.12% 0.67% -
XYZ 35.17 36.15 34.4 -
YUV 162.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 172 160 151 0 0.07 0.12 0.33 25.71 0.11 0.63
Hex AC A0 97 0 7 C 21 1A B 3F
Octal 254 240 227 0 7 14 41 32 13 77
Binary 10101100 10100000 10010111 0 111 1100 100001 11010 1011 111111

Color Harmonies of #ACA097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA097

Black with #ACA097

Text Example


Text Example

White with #ACA097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA097; }

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

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

background-color css

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

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

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

border-color css

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

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

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