Html Css Color HEX #A9A49D Cloudy

📋 copy color: '#A9A49D'

red 169 ◦ green 164 ◦ blue 157

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

Shades of Cloudy #A9A49D

Tints of Cloudy #A9A49D

RGB

 RED value IS 169 (66.41% from 255) = 34.49%

 GREEN value IS 164 (64.45% from 255) = 33.47%

 BLUE value IS 157 (61.72% from 255) = 32.04%

R = 34.49%
G = 33.47%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A9A49D (or 0xA9A49D) is known color: Cloudy. HEX triplet: A9, A4 and 9D. RGB value is (169,164,157). Sum of RGB (Red+Green+Blue) = 169+164+157=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 157 (61.72% from 255 or 32.04% from 490); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A49D is #565B62. Grayscale: #A4A4A4. Windows color (decimal): -5659491 or 10331305. OLE color: 10331305.

HSL color Cylindrical-coordinate representation of color #A9A49D: hue angle of 35º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A9A49D is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 164 157 -
CMYK 0 0.03 0.07 0.34
HSL 35º 0.07% 0.64% -
HSV(B) 35º 0.07% 0.66% -
XYZ 35.72 37.42 37.24 -
YUV 164.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 169 164 157 0 0.03 0.07 0.34 35 0.07 0.64
Hex A9 A4 9D 0 3 7 22 23 7 40
Octal 251 244 235 0 3 7 42 43 7 100
Binary 10101001 10100100 10011101 0 11 111 100010 100011 111 1000000

Color Harmonies of #A9A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A49D

Black with #A9A49D

Text Example


Text Example

White with #A9A49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A49D; }

 p { color: rgb(169,164,157); }

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

background-color css

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

 a { background-color: rgb(169,164,157); }

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

border-color css

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

 span { border-color: rgb(169,164,157); }

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