Html Css Color HEX #AFC6A4 Spring Rain

📋 copy color: '#AFC6A4'

red 175 ◦ green 198 ◦ blue 164

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

Shades of Spring Rain #AFC6A4

Tints of Spring Rain #AFC6A4

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.87%

 BLUE value IS 164 (64.45% from 255) = 30.54%

R = 32.59%
G = 36.87%
B = 30.54%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#AFC6A4 (or 0xAFC6A4) is known color: Spring Rain. HEX triplet: AF, C6 and A4. RGB value is (175,198,164). Sum of RGB (Red+Green+Blue) = 175+198+164=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 164 (64.45% from 255 or 30.54% from 537); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC6A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC6A4 is #50395B. Grayscale: #BBBBBB. Windows color (decimal): -5257564 or 10798767. OLE color: 10798767.

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

Color convert

RGB 175 198 164 -
CMYK 0.12 0 0.17 0.22
HSL 100.59º 0.23% 0.71% -
HSV(B) 100.59º 0.17% 0.78% -
XYZ 44.57 52.18 42.84 -
YUV 187.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 175 198 164 0.12 0 0.17 0.22 100.59 0.23 0.71
Hex AF C6 A4 C 0 11 16 65 17 47
Octal 257 306 244 14 0 21 26 145 27 107
Binary 10101111 11000110 10100100 1100 0 10001 10110 1100101 10111 1000111

Color Harmonies of #AFC6A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6A4

Black with #AFC6A4

Text Example


Text Example

White with #AFC6A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6A4; }

 p { color: rgb(175,198,164); }

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

background-color css

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

 a { background-color: rgb(175,198,164); }

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

border-color css

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

 span { border-color: rgb(175,198,164); }

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