Html Css Color HEX #ACA197 Cloudy

📋 copy color: '#ACA197'

red 172 ◦ green 161 ◦ blue 151

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

Shades of Cloudy #ACA197

Tints of Cloudy #ACA197

RGB

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

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

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

R = 35.54%
G = 33.26%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#ACA197 (or 0xACA197) is known color: Cloudy. HEX triplet: AC, A1 and 97. RGB value is (172,161,151). Sum of RGB (Red+Green+Blue) = 172+161+151=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA197 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA197 is #535E68. Grayscale: #A3A3A3. Windows color (decimal): -5463657 or 9937324. OLE color: 9937324.

HSL color Cylindrical-coordinate representation of color #ACA197: hue angle of 28.57º 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 #ACA197 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 161 151 -
CMYK 0 0.06 0.12 0.33
HSL 28.57º 0.11% 0.63% -
HSV(B) 28.57º 0.12% 0.67% -
XYZ 35.34 36.49 34.46 -
YUV 163.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 172 161 151 0 0.06 0.12 0.33 28.57 0.11 0.63
Hex AC A1 97 0 6 C 21 1D B 3F
Octal 254 241 227 0 6 14 41 35 13 77
Binary 10101100 10100001 10010111 0 110 1100 100001 11101 1011 111111

Color Harmonies of #ACA197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA197

Black with #ACA197

Text Example


Text Example

White with #ACA197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA197; }

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

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

background-color css

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

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

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

border-color css

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

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

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