Html Css Color HEX #A8A099 Cloudy

📋 copy color: '#A8A099'

red 168 ◦ green 160 ◦ blue 153

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

Shades of Cloudy #A8A099

Tints of Cloudy #A8A099

RGB

 RED value IS 168 (66.02% from 255) = 34.93%

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

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

R = 34.93%
G = 33.26%
B = 31.81%

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

#A8A099 (or 0xA8A099) is known color: Cloudy. HEX triplet: A8, A0 and 99. RGB value is (168,160,153). Sum of RGB (Red+Green+Blue) = 168+160+153=481 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.93% from 481); Green value is 160 (62.89% from 255 or 33.26% from 481); Blue value is 153 (60.16% from 255 or 31.81% from 481); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A099 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A099 is #575F66. Grayscale: #A1A1A1. Windows color (decimal): -5726055 or 10068136. OLE color: 10068136.

HSL color Cylindrical-coordinate representation of color #A8A099: hue angle of 28º degrees, saturation: 0.08, 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 #A8A099 is Cyan = 0, Magento = 0.05, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 160 153 -
CMYK 0 0.05 0.09 0.34
HSL 28º 0.08% 0.63% -
HSV(B) 28º 0.09% 0.66% -
XYZ 34.47 35.77 35.22 -
YUV 161.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 168 160 153 0 0.05 0.09 0.34 28 0.08 0.63
Hex A8 A0 99 0 5 9 22 1C 8 3F
Octal 250 240 231 0 5 11 42 34 10 77
Binary 10101000 10100000 10011001 0 101 1001 100010 11100 1000 111111

Color Harmonies of #A8A099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A099

Black with #A8A099

Text Example


Text Example

White with #A8A099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A099; }

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

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

background-color css

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

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

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

border-color css

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

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

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