Html Css Color HEX #AFB2A0 Green Spring

📋 copy color: '#AFB2A0'

red 175 ◦ green 178 ◦ blue 160

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

Shades of Green Spring #AFB2A0

Tints of Green Spring #AFB2A0

RGB

 RED value IS 175 (68.75% from 255) = 34.11%

 GREEN value IS 178 (69.92% from 255) = 34.7%

 BLUE value IS 160 (62.89% from 255) = 31.19%

R = 34.11%
G = 34.7%
B = 31.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#AFB2A0 (or 0xAFB2A0) is known color: Green Spring. HEX triplet: AF, B2 and A0. RGB value is (175,178,160). Sum of RGB (Red+Green+Blue) = 175+178+160=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB2A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB2A0 is #504D5F. Grayscale: #AFAFAF. Windows color (decimal): -5262688 or 10531503. OLE color: 10531503.

HSL color Cylindrical-coordinate representation of color #AFB2A0: hue angle of 70º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFB2A0 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 178 160 -
CMYK 0.02 0 0.10 0.30
HSL 70º 0.1% 0.66% -
HSV(B) 70º 0.1% 0.7% -
XYZ 39.94 43.49 39.55 -
YUV 175.05 119.51 127.96 -
System Red Green Blue C M Y K H S L
Decimal 175 178 160 0.02 0 0.10 0.30 70 0.1 0.66
Hex AF B2 A0 2 0 A 1E 46 A 42
Octal 257 262 240 2 0 12 36 106 12 102
Binary 10101111 10110010 10100000 10 0 1010 11110 1000110 1010 1000010

Color Harmonies of #AFB2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB2A0

Black with #AFB2A0

Text Example


Text Example

White with #AFB2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB2A0; }

 p { color: rgb(175,178,160); }

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

background-color css

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

 a { background-color: rgb(175,178,160); }

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

border-color css

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

 span { border-color: rgb(175,178,160); }

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