Html Css Color HEX #A8A095 Cloudy

📋 copy color: '#A8A095'

red 168 ◦ green 160 ◦ blue 149

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

Shades of Cloudy #A8A095

Tints of Cloudy #A8A095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.24%

R = 35.22%
G = 33.54%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A8A095 (or 0xA8A095) is known color: Cloudy. HEX triplet: A8, A0 and 95. RGB value is (168,160,149). Sum of RGB (Red+Green+Blue) = 168+160+149=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 160 (62.89% from 255 or 33.54% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A095 is #575F6A. Grayscale: #A1A1A1. Windows color (decimal): -5726059 or 9805992. OLE color: 9805992.

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

Color convert

RGB 168 160 149 -
CMYK 0 0.05 0.11 0.34
HSL 34.74º 0.1% 0.62% -
HSV(B) 34.74º 0.11% 0.66% -
XYZ 34.14 35.64 33.51 -
YUV 161.14 121.15 132.89 -
System Red Green Blue C M Y K H S L
Decimal 168 160 149 0 0.05 0.11 0.34 34.74 0.1 0.62
Hex A8 A0 95 0 5 B 22 23 A 3E
Octal 250 240 225 0 5 13 42 43 12 76
Binary 10101000 10100000 10010101 0 101 1011 100010 100011 1010 111110

Color Harmonies of #A8A095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8A095

Black with #A8A095

Text Example


Text Example

White with #A8A095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8A095; }

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

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

background-color css

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

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

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

border-color css

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

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

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