Html Css Color HEX #A3AF8C Green Spring

📋 copy color: '#A3AF8C'

red 163 ◦ green 175 ◦ blue 140

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

Shades of Green Spring #A3AF8C

Tints of Green Spring #A3AF8C

RGB

 RED value IS 163 (64.06% from 255) = 34.1%

 GREEN value IS 175 (68.75% from 255) = 36.61%

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

R = 34.1%
G = 36.61%
B = 29.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#A3AF8C (or 0xA3AF8C) is known color: Green Spring. HEX triplet: A3, AF and 8C. RGB value is (163,175,140). Sum of RGB (Red+Green+Blue) = 163+175+140=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AF8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AF8C is #5C5073. Grayscale: #A7A7A7. Windows color (decimal): -6049908 or 9220003. OLE color: 9220003.

HSL color Cylindrical-coordinate representation of color #A3AF8C: hue angle of 80.57º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3AF8C is Cyan = 0.07, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB 163 175 140 -
CMYK 0.07 0 0.2 0.31
HSL 80.57º 0.18% 0.62% -
HSV(B) 80.57º 0.2% 0.69% -
XYZ 35.17 40.34 30.74 -
YUV 167.42 112.52 124.85 -
System Red Green Blue C M Y K H S L
Decimal 163 175 140 0.07 0 0.2 0.31 80.57 0.18 0.62
Hex A3 AF 8C 7 0 14 1F 51 12 3E
Octal 243 257 214 7 0 24 37 121 22 76
Binary 10100011 10101111 10001100 111 0 10100 11111 1010001 10010 111110

Color Harmonies of #A3AF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AF8C

Black with #A3AF8C

Text Example


Text Example

White with #A3AF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AF8C; }

 p { color: rgb(163,175,140); }

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

background-color css

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

 a { background-color: rgb(163,175,140); }

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

border-color css

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

 span { border-color: rgb(163,175,140); }

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