Html Css Color HEX #A9A099 Cloudy

📋 copy color: '#A9A099'

red 169 ◦ green 160 ◦ blue 153

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

Shades of Cloudy #A9A099

Tints of Cloudy #A9A099

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.2%

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

R = 35.06%
G = 33.2%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A9A099 (or 0xA9A099) is known color: Cloudy. HEX triplet: A9, A0 and 99. RGB value is (169,160,153). Sum of RGB (Red+Green+Blue) = 169+160+153=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A099 is #565F66. Grayscale: #A1A1A1. Windows color (decimal): -5660519 or 10068137. OLE color: 10068137.

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

Color convert

RGB 169 160 153 -
CMYK 0 0.05 0.09 0.34
HSL 26.25º 0.09% 0.63% -
HSV(B) 26.25º 0.09% 0.66% -
XYZ 34.68 35.88 35.23 -
YUV 161.89 122.98 133.07 -
System Red Green Blue C M Y K H S L
Decimal 169 160 153 0 0.05 0.09 0.34 26.25 0.09 0.63
Hex A9 A0 99 0 5 9 22 1A 9 3F
Octal 251 240 231 0 5 11 42 32 11 77
Binary 10101001 10100000 10011001 0 101 1001 100010 11010 1001 111111

Color Harmonies of #A9A099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A099

Black with #A9A099

Text Example


Text Example

White with #A9A099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A099; }

 p { color: rgb(169,160,153); }

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

background-color css

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

 a { background-color: rgb(169,160,153); }

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

border-color css

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

 span { border-color: rgb(169,160,153); }

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