Html Css Color HEX #ACA599 Cloudy

📋 copy color: '#ACA599'

red 172 ◦ green 165 ◦ blue 153

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

Shades of Cloudy #ACA599

Tints of Cloudy #ACA599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.22%

R = 35.1%
G = 33.67%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#ACA599 (or 0xACA599) is known color: Cloudy. HEX triplet: AC, A5 and 99. RGB value is (172,165,153). Sum of RGB (Red+Green+Blue) = 172+165+153=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA599 is #535A66. Grayscale: #A5A5A5. Windows color (decimal): -5462631 or 10069420. OLE color: 10069420.

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

Color convert

RGB 172 165 153 -
CMYK 0 0.04 0.11 0.33
HSL 37.89º 0.1% 0.64% -
HSV(B) 37.89º 0.11% 0.67% -
XYZ 36.22 37.98 35.56 -
YUV 165.73 120.82 132.48 -
System Red Green Blue C M Y K H S L
Decimal 172 165 153 0 0.04 0.11 0.33 37.89 0.1 0.64
Hex AC A5 99 0 4 B 21 26 A 40
Octal 254 245 231 0 4 13 41 46 12 100
Binary 10101100 10100101 10011001 0 100 1011 100001 100110 1010 1000000

Color Harmonies of #ACA599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA599

Black with #ACA599

Text Example


Text Example

White with #ACA599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA599; }

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

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

background-color css

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

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

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

border-color css

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

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

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