Html Css Color HEX #ACA597 Cloudy

📋 copy color: '#ACA597'

red 172 ◦ green 165 ◦ blue 151

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

Shades of Cloudy #ACA597

Tints of Cloudy #ACA597

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.81%

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

R = 35.25%
G = 33.81%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#ACA597 (or 0xACA597) is known color: Cloudy. HEX triplet: AC, A5 and 97. RGB value is (172,165,151). Sum of RGB (Red+Green+Blue) = 172+165+151=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA597 is #535A68. Grayscale: #A5A5A5. Windows color (decimal): -5462633 or 9938348. OLE color: 9938348.

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

Color convert

RGB 172 165 151 -
CMYK 0 0.04 0.12 0.33
HSL 40º 0.11% 0.63% -
HSV(B) 40º 0.12% 0.67% -
XYZ 36.05 37.92 34.7 -
YUV 165.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 172 165 151 0 0.04 0.12 0.33 40 0.11 0.63
Hex AC A5 97 0 4 C 21 28 B 3F
Octal 254 245 227 0 4 14 41 50 13 77
Binary 10101100 10100101 10010111 0 100 1100 100001 101000 1011 111111

Color Harmonies of #ACA597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA597

Black with #ACA597

Text Example


Text Example

White with #ACA597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA597; }

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

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

background-color css

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

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

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

border-color css

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

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

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