Html Css Color HEX #AFC0A7 Spring Rain

📋 copy color: '#AFC0A7'

red 175 ◦ green 192 ◦ blue 167

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

Shades of Spring Rain #AFC0A7

Tints of Spring Rain #AFC0A7

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.96%

 BLUE value IS 167 (65.63% from 255) = 31.27%

R = 32.77%
G = 35.96%
B = 31.27%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#AFC0A7 (or 0xAFC0A7) is known color: Spring Rain. HEX triplet: AF, C0 and A7. RGB value is (175,192,167). Sum of RGB (Red+Green+Blue) = 175+192+167=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 167 (65.62% from 255 or 31.27% from 534); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC0A7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC0A7 is #503F58. Grayscale: #B8B8B8. Windows color (decimal): -5259097 or 10993839. OLE color: 10993839.

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

Color convert

RGB 175 192 167 -
CMYK 0.09 0 0.13 0.25
HSL 100.8º 0.17% 0.7% -
HSV(B) 100.8º 0.13% 0.75% -
XYZ 43.5 49.6 43.84 -
YUV 184.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 175 192 167 0.09 0 0.13 0.25 100.8 0.17 0.7
Hex AF C0 A7 9 0 D 19 65 11 46
Octal 257 300 247 11 0 15 31 145 21 106
Binary 10101111 11000000 10100111 1001 0 1101 11001 1100101 10001 1000110

Color Harmonies of #AFC0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0A7

Black with #AFC0A7

Text Example


Text Example

White with #AFC0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0A7; }

 p { color: rgb(175,192,167); }

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

background-color css

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

 a { background-color: rgb(175,192,167); }

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

border-color css

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

 span { border-color: rgb(175,192,167); }

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