Html Css Color HEX #ACA598 Cloudy

📋 copy color: '#ACA598'

red 172 ◦ green 165 ◦ blue 152

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

Shades of Cloudy #ACA598

Tints of Cloudy #ACA598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 31.08%

R = 35.17%
G = 33.74%
B = 31.08%

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

#ACA598 (or 0xACA598) is known color: Cloudy. HEX triplet: AC, A5 and 98. RGB value is (172,165,152). Sum of RGB (Red+Green+Blue) = 172+165+152=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 152 (59.77% from 255 or 31.08% from 489); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA598 is #535A67. Grayscale: #A5A5A5. Windows color (decimal): -5462632 or 10003884. OLE color: 10003884.

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

Color convert

RGB 172 165 152 -
CMYK 0 0.04 0.12 0.33
HSL 39º 0.11% 0.64% -
HSV(B) 39º 0.12% 0.67% -
XYZ 36.14 37.95 35.13 -
YUV 165.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 172 165 152 0 0.04 0.12 0.33 39 0.11 0.64
Hex AC A5 98 0 4 C 21 27 B 40
Octal 254 245 230 0 4 14 41 47 13 100
Binary 10101100 10100101 10011000 0 100 1100 100001 100111 1011 1000000

Color Harmonies of #ACA598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA598

Black with #ACA598

Text Example


Text Example

White with #ACA598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA598; }

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

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

background-color css

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

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

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

border-color css

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

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

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