Html Css Color HEX #A4A49B Foggy Grey

📋 copy color: '#A4A49B'

red 164 ◦ green 164 ◦ blue 155

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

Shades of Foggy Grey #A4A49B

Tints of Foggy Grey #A4A49B

RGB

 RED value IS 164 (64.45% from 255) = 33.95%

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

 BLUE value IS 155 (60.94% from 255) = 32.09%

R = 33.95%
G = 33.95%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4A49B (or 0xA4A49B) is known color: Foggy Grey. HEX triplet: A4, A4 and 9B. RGB value is (164,164,155). Sum of RGB (Red+Green+Blue) = 164+164+155=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 164 (64.45% from 255 or 33.95% from 483); Blue value is 155 (60.94% from 255 or 32.09% from 483); Max value from RGB is 164 - color contains mainly: red, green. Hex color #A4A49B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A49B is #5B5B64. Grayscale: #A3A3A3. Windows color (decimal): -5987173 or 10200228. OLE color: 10200228.

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

Color convert

RGB 164 164 155 -
CMYK 0 0 0.05 0.36
HSL 60º 0.05% 0.63% -
HSV(B) 60º 0.05% 0.64% -
XYZ 34.5 36.81 36.3 -
YUV 162.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 164 164 155 0 0 0.05 0.36 60 0.05 0.63
Hex A4 A4 9B 0 0 5 24 3C 5 3F
Octal 244 244 233 0 0 5 44 74 5 77
Binary 10100100 10100100 10011011 0 0 101 100100 111100 101 111111

Color Harmonies of #A4A49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A49B

Black with #A4A49B

Text Example


Text Example

White with #A4A49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A49B; }

 p { color: rgb(164,164,155); }

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

background-color css

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

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

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

border-color css

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

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

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