Html Css Color HEX #AFC0A4 Spring Rain

📋 copy color: '#AFC0A4'

red 175 ◦ green 192 ◦ blue 164

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

Shades of Spring Rain #AFC0A4

Tints of Spring Rain #AFC0A4

RGB

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

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

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

R = 32.96%
G = 36.16%
B = 30.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#AFC0A4 (or 0xAFC0A4) is known color: Spring Rain. HEX triplet: AF, C0 and A4. RGB value is (175,192,164). Sum of RGB (Red+Green+Blue) = 175+192+164=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC0A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC0A4 is #503F5B. Grayscale: #B7B7B7. Windows color (decimal): -5259100 or 10797231. OLE color: 10797231.

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

Color convert

RGB 175 192 164 -
CMYK 0.09 0 0.15 0.25
HSL 96.43º 0.18% 0.7% -
HSV(B) 96.43º 0.15% 0.75% -
XYZ 43.23 49.49 42.4 -
YUV 183.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 175 192 164 0.09 0 0.15 0.25 96.43 0.18 0.7
Hex AF C0 A4 9 0 F 19 60 12 46
Octal 257 300 244 11 0 17 31 140 22 106
Binary 10101111 11000000 10100100 1001 0 1111 11001 1100000 10010 1000110

Color Harmonies of #AFC0A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0A4

Black with #AFC0A4

Text Example


Text Example

White with #AFC0A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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