Html Css Color HEX #A4A396 Foggy Grey

📋 copy color: '#A4A396'

red 164 ◦ green 163 ◦ blue 150

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

Shades of Foggy Grey #A4A396

Tints of Foggy Grey #A4A396

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.17%

 BLUE value IS 150 (58.98% from 255) = 31.45%

R = 34.38%
G = 34.17%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A4A396 (or 0xA4A396) is known color: Foggy Grey. HEX triplet: A4, A3 and 96. RGB value is (164,163,150). Sum of RGB (Red+Green+Blue) = 164+163+150=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 163 (64.06% from 255 or 34.17% from 477); Blue value is 150 (58.98% from 255 or 31.45% from 477); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A396 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A396 is #5B5C69. Grayscale: #A1A1A1. Windows color (decimal): -5987434 or 9872292. OLE color: 9872292.

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

Color convert

RGB 164 163 150 -
CMYK 0 0.01 0.09 0.36
HSL 55.71º 0.07% 0.62% -
HSV(B) 55.71º 0.09% 0.64% -
XYZ 33.91 36.29 34.07 -
YUV 161.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 164 163 150 0 0.01 0.09 0.36 55.71 0.07 0.62
Hex A4 A3 96 0 1 9 24 38 7 3E
Octal 244 243 226 0 1 11 44 70 7 76
Binary 10100100 10100011 10010110 0 1 1001 100100 111000 111 111110

Color Harmonies of #A4A396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A396

Black with #A4A396

Text Example


Text Example

White with #A4A396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A396; }

 p { color: rgb(164,163,150); }

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

background-color css

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

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

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

border-color css

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

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

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