Html Css Color HEX #AFC2A6 Spring Rain

📋 copy color: '#AFC2A6'

red 175 ◦ green 194 ◦ blue 166

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

Shades of Spring Rain #AFC2A6

Tints of Spring Rain #AFC2A6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.26%

 BLUE value IS 166 (65.23% from 255) = 31.03%

R = 32.71%
G = 36.26%
B = 31.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#AFC2A6 (or 0xAFC2A6) is known color: Spring Rain. HEX triplet: AF, C2 and A6. RGB value is (175,194,166). Sum of RGB (Red+Green+Blue) = 175+194+166=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC2A6 is #503D59. Grayscale: #B9B9B9. Windows color (decimal): -5258586 or 10928815. OLE color: 10928815.

HSL color Cylindrical-coordinate representation of color #AFC2A6: hue angle of 100.71º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFC2A6 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 166 -
CMYK 0.10 0 0.14 0.24
HSL 100.71º 0.19% 0.71% -
HSV(B) 100.71º 0.14% 0.76% -
XYZ 43.85 50.45 43.5 -
YUV 185.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 175 194 166 0.10 0 0.14 0.24 100.71 0.19 0.71
Hex AF C2 A6 A 0 E 18 65 13 47
Octal 257 302 246 12 0 16 30 145 23 107
Binary 10101111 11000010 10100110 1010 0 1110 11000 1100101 10011 1000111

Color Harmonies of #AFC2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC2A6

Black with #AFC2A6

Text Example


Text Example

White with #AFC2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC2A6; }

 p { color: rgb(175,194,166); }

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

background-color css

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

 a { background-color: rgb(175,194,166); }

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

border-color css

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

 span { border-color: rgb(175,194,166); }

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