Html Css Color HEX #ACA699 Cloudy

📋 copy color: '#ACA699'

red 172 ◦ green 166 ◦ blue 153

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

Shades of Cloudy #ACA699

Tints of Cloudy #ACA699

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.81%

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

R = 35.03%
G = 33.81%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#ACA699 (or 0xACA699) is known color: Cloudy. HEX triplet: AC, A6 and 99. RGB value is (172,166,153). Sum of RGB (Red+Green+Blue) = 172+166+153=491 (65% of max value = 765). Red value is 172 (67.58% from 255 or 35.03% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA699 is #535966. Grayscale: #A6A6A6. Windows color (decimal): -5462375 or 10069676. OLE color: 10069676.

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

Color convert

RGB 172 166 153 -
CMYK 0 0.03 0.11 0.33
HSL 41.05º 0.1% 0.64% -
HSV(B) 41.05º 0.11% 0.67% -
XYZ 36.4 38.34 35.62 -
YUV 166.31 120.49 132.06 -
System Red Green Blue C M Y K H S L
Decimal 172 166 153 0 0.03 0.11 0.33 41.05 0.1 0.64
Hex AC A6 99 0 3 B 21 29 A 40
Octal 254 246 231 0 3 13 41 51 12 100
Binary 10101100 10100110 10011001 0 11 1011 100001 101001 1010 1000000

Color Harmonies of #ACA699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA699

Black with #ACA699

Text Example


Text Example

White with #ACA699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA699; }

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

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

background-color css

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

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

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

border-color css

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

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

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