Html Css Color HEX #ACA297 Cloudy

📋 copy color: '#ACA297'

red 172 ◦ green 162 ◦ blue 151

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

Shades of Cloudy #ACA297

Tints of Cloudy #ACA297

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.4%

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

R = 35.46%
G = 33.4%
B = 31.13%

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

#ACA297 (or 0xACA297) is known color: Cloudy. HEX triplet: AC, A2 and 97. RGB value is (172,162,151). Sum of RGB (Red+Green+Blue) = 172+162+151=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA297 is #535D68. Grayscale: #A3A3A3. Windows color (decimal): -5463401 or 9937580. OLE color: 9937580.

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

Color convert

RGB 172 162 151 -
CMYK 0 0.06 0.12 0.33
HSL 31.43º 0.11% 0.63% -
HSV(B) 31.43º 0.12% 0.67% -
XYZ 35.52 36.85 34.52 -
YUV 163.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 172 162 151 0 0.06 0.12 0.33 31.43 0.11 0.63
Hex AC A2 97 0 6 C 21 1F B 3F
Octal 254 242 227 0 6 14 41 37 13 77
Binary 10101100 10100010 10010111 0 110 1100 100001 11111 1011 111111

Color Harmonies of #ACA297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA297

Black with #ACA297

Text Example


Text Example

White with #ACA297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA297; }

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

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

background-color css

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

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

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

border-color css

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

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

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