Html Css Color HEX #AFC4A3 Spring Rain

📋 copy color: '#AFC4A3'

red 175 ◦ green 196 ◦ blue 163

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

Shades of Spring Rain #AFC4A3

Tints of Spring Rain #AFC4A3

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.7%

 BLUE value IS 163 (64.06% from 255) = 30.52%

R = 32.77%
G = 36.7%
B = 30.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#AFC4A3 (or 0xAFC4A3) is known color: Spring Rain. HEX triplet: AF, C4 and A3. RGB value is (175,196,163). Sum of RGB (Red+Green+Blue) = 175+196+163=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 196 (76.95% from 255 or 36.70% from 534); Blue value is 163 (64.06% from 255 or 30.52% from 534); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4A3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC4A3 is #503B5C. Grayscale: #BABABA. Windows color (decimal): -5258077 or 10732719. OLE color: 10732719.

HSL color Cylindrical-coordinate representation of color #AFC4A3: hue angle of 98.18º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFC4A3 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 163 -
CMYK 0.11 0 0.17 0.23
HSL 98.18º 0.22% 0.7% -
HSV(B) 98.18º 0.17% 0.77% -
XYZ 44.03 51.24 42.22 -
YUV 185.96 115.04 120.18 -
System Red Green Blue C M Y K H S L
Decimal 175 196 163 0.11 0 0.17 0.23 98.18 0.22 0.7
Hex AF C4 A3 B 0 11 17 62 16 46
Octal 257 304 243 13 0 21 27 142 26 106
Binary 10101111 11000100 10100011 1011 0 10001 10111 1100010 10110 1000110

Color Harmonies of #AFC4A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC4A3

Black with #AFC4A3

Text Example


Text Example

White with #AFC4A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC4A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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