Html Css Color HEX #A4A896 Green Spring

📋 copy color: '#A4A896'

red 164 ◦ green 168 ◦ blue 150

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

Shades of Green Spring #A4A896

Tints of Green Spring #A4A896

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.85%

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

R = 34.02%
G = 34.85%
B = 31.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.34

RGB Variations

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

Color information

#A4A896 (or 0xA4A896) is known color: Green Spring. HEX triplet: A4, A8 and 96. RGB value is (164,168,150). Sum of RGB (Red+Green+Blue) = 164+168+150=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A896 is #5B5769. Grayscale: #A4A4A4. Windows color (decimal): -5986154 or 9873572. OLE color: 9873572.

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

Color convert

RGB 164 168 150 -
CMYK 0.02 0 0.11 0.34
HSL 73.33º 0.09% 0.62% -
HSV(B) 73.33º 0.11% 0.66% -
XYZ 34.82 38.1 34.37 -
YUV 164.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 164 168 150 0.02 0 0.11 0.34 73.33 0.09 0.62
Hex A4 A8 96 2 0 B 22 49 9 3E
Octal 244 250 226 2 0 13 42 111 11 76
Binary 10100100 10101000 10010110 10 0 1011 100010 1001001 1001 111110

Color Harmonies of #A4A896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A896

Black with #A4A896

Text Example


Text Example

White with #A4A896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A896; }

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

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

background-color css

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

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

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

border-color css

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

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

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