Html Css Color HEX #AFC3A5 Spring Rain

📋 copy color: '#AFC3A5'

red 175 ◦ green 195 ◦ blue 165

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

Shades of Spring Rain #AFC3A5

Tints of Spring Rain #AFC3A5

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.45%

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

R = 32.71%
G = 36.45%
B = 30.84%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#AFC3A5 (or 0xAFC3A5) is known color: Spring Rain. HEX triplet: AF, C3 and A5. RGB value is (175,195,165). Sum of RGB (Red+Green+Blue) = 175+195+165=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 165 (64.84% from 255 or 30.84% from 535); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC3A5 is #503C5A. Grayscale: #B9B9B9. Windows color (decimal): -5258331 or 10863535. OLE color: 10863535.

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

Color convert

RGB 175 195 165 -
CMYK 0.10 0 0.15 0.24
HSL 100º 0.2% 0.71% -
HSV(B) 100º 0.15% 0.76% -
XYZ 43.99 50.86 43.1 -
YUV 185.6 116.37 120.44 -
System Red Green Blue C M Y K H S L
Decimal 175 195 165 0.10 0 0.15 0.24 100 0.2 0.71
Hex AF C3 A5 A 0 F 18 64 14 47
Octal 257 303 245 12 0 17 30 144 24 107
Binary 10101111 11000011 10100101 1010 0 1111 11000 1100100 10100 1000111

Color Harmonies of #AFC3A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC3A5

Black with #AFC3A5

Text Example


Text Example

White with #AFC3A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC3A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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