Html Css Color HEX #AFB2A5 Green Spring

📋 copy color: '#AFB2A5'

red 175 ◦ green 178 ◦ blue 165

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

Shades of Green Spring #AFB2A5

Tints of Green Spring #AFB2A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.85%

R = 33.78%
G = 34.36%
B = 31.85%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#AFB2A5 (or 0xAFB2A5) is known color: Green Spring. HEX triplet: AF, B2 and A5. RGB value is (175,178,165). Sum of RGB (Red+Green+Blue) = 175+178+165=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 178 (69.92% from 255 or 34.36% from 518); Blue value is 165 (64.84% from 255 or 31.85% from 518); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB2A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB2A5 is #504D5A. Grayscale: #AFAFAF. Windows color (decimal): -5262683 or 10859183. OLE color: 10859183.

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

Color convert

RGB 175 178 165 -
CMYK 0.02 0 0.07 0.30
HSL 73.85º 0.08% 0.67% -
HSV(B) 73.85º 0.07% 0.7% -
XYZ 40.39 43.67 41.9 -
YUV 175.62 122.01 127.56 -
System Red Green Blue C M Y K H S L
Decimal 175 178 165 0.02 0 0.07 0.30 73.85 0.08 0.67
Hex AF B2 A5 2 0 7 1E 4A 8 43
Octal 257 262 245 2 0 7 36 112 10 103
Binary 10101111 10110010 10100101 10 0 111 11110 1001010 1000 1000011

Color Harmonies of #AFB2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB2A5

Black with #AFB2A5

Text Example


Text Example

White with #AFB2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB2A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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