Html Css Color HEX #A1A794 Green Spring

📋 copy color: '#A1A794'

red 161 ◦ green 167 ◦ blue 148

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

Shades of Green Spring #A1A794

Tints of Green Spring #A1A794

RGB

 RED value IS 161 (63.28% from 255) = 33.82%

 GREEN value IS 167 (65.63% from 255) = 35.08%

 BLUE value IS 148 (58.2% from 255) = 31.09%

R = 33.82%
G = 35.08%
B = 31.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A1A794 (or 0xA1A794) is known color: Green Spring. HEX triplet: A1, A7 and 94. RGB value is (161,167,148). Sum of RGB (Red+Green+Blue) = 161+167+148=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 167 - color contains mainly: green. Hex color #A1A794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A794 is #5E586B. Grayscale: #A3A3A3. Windows color (decimal): -6183020 or 9742241. OLE color: 9742241.

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

Color convert

RGB 161 167 148 -
CMYK 0.04 0 0.11 0.35
HSL 78.95º 0.1% 0.62% -
HSV(B) 78.95º 0.11% 0.65% -
XYZ 33.86 37.35 33.44 -
YUV 163.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 161 167 148 0.04 0 0.11 0.35 78.95 0.1 0.62
Hex A1 A7 94 4 0 B 23 4F A 3E
Octal 241 247 224 4 0 13 43 117 12 76
Binary 10100001 10100111 10010100 100 0 1011 100011 1001111 1010 111110

Color Harmonies of #A1A794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A794

Black with #A1A794

Text Example


Text Example

White with #A1A794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A794; }

 p { color: rgb(161,167,148); }

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

background-color css

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

 a { background-color: rgb(161,167,148); }

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

border-color css

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

 span { border-color: rgb(161,167,148); }

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