Html Css Color HEX #A1AC8C Green Spring

📋 copy color: '#A1AC8C'

red 161 ◦ green 172 ◦ blue 140

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

Shades of Green Spring #A1AC8C

Tints of Green Spring #A1AC8C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.36%

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 34.04%
G = 36.36%
B = 29.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#A1AC8C (or 0xA1AC8C) is known color: Green Spring. HEX triplet: A1, AC and 8C. RGB value is (161,172,140). Sum of RGB (Red+Green+Blue) = 161+172+140=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AC8C is #5E5373. Grayscale: #A5A5A5. Windows color (decimal): -6181748 or 9219233. OLE color: 9219233.

HSL color Cylindrical-coordinate representation of color #A1AC8C: hue angle of 80.62º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1AC8C is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 172 140 -
CMYK 0.06 0 0.19 0.33
HSL 80.63º 0.16% 0.61% -
HSV(B) 80.63º 0.19% 0.67% -
XYZ 34.18 38.98 30.53 -
YUV 165.06 113.86 125.1 -
System Red Green Blue C M Y K H S L
Decimal 161 172 140 0.06 0 0.19 0.33 80.63 0.16 0.61
Hex A1 AC 8C 6 0 13 21 51 10 3D
Octal 241 254 214 6 0 23 41 121 20 75
Binary 10100001 10101100 10001100 110 0 10011 100001 1010001 10000 111101

Color Harmonies of #A1AC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AC8C

Black with #A1AC8C

Text Example


Text Example

White with #A1AC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AC8C; }

 p { color: rgb(161,172,140); }

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

background-color css

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

 a { background-color: rgb(161,172,140); }

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

border-color css

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

 span { border-color: rgb(161,172,140); }

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