Html Css Color HEX #AFBEA8 Spring Rain

📋 copy color: '#AFBEA8'

red 175 ◦ green 190 ◦ blue 168

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

Shades of Spring Rain #AFBEA8

Tints of Spring Rain #AFBEA8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.65%

 BLUE value IS 168 (66.02% from 255) = 31.52%

R = 32.83%
G = 35.65%
B = 31.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#AFBEA8 (or 0xAFBEA8) is known color: Spring Rain. HEX triplet: AF, BE and A8. RGB value is (175,190,168). Sum of RGB (Red+Green+Blue) = 175+190+168=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 190 - color contains mainly: green. Hex color #AFBEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBEA8 is #504157. Grayscale: #B7B7B7. Windows color (decimal): -5259608 or 11058863. OLE color: 11058863.

HSL color Cylindrical-coordinate representation of color #AFBEA8: hue angle of 100.91º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFBEA8 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 190 168 -
CMYK 0.08 0 0.12 0.25
HSL 100.91º 0.14% 0.7% -
HSV(B) 100.91º 0.12% 0.75% -
XYZ 43.16 48.77 44.18 -
YUV 183.01 119.53 122.29 -
System Red Green Blue C M Y K H S L
Decimal 175 190 168 0.08 0 0.12 0.25 100.91 0.14 0.7
Hex AF BE A8 8 0 C 19 65 E 46
Octal 257 276 250 10 0 14 31 145 16 106
Binary 10101111 10111110 10101000 1000 0 1100 11001 1100101 1110 1000110

Color Harmonies of #AFBEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBEA8

Black with #AFBEA8

Text Example


Text Example

White with #AFBEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBEA8; }

 p { color: rgb(175,190,168); }

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

background-color css

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

 a { background-color: rgb(175,190,168); }

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

border-color css

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

 span { border-color: rgb(175,190,168); }

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