Html Css Color HEX #AFC4A4 Spring Rain

📋 copy color: '#AFC4A4'

red 175 ◦ green 196 ◦ blue 164

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

Shades of Spring Rain #AFC4A4

Tints of Spring Rain #AFC4A4

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.64%

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

R = 32.71%
G = 36.64%
B = 30.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#AFC4A4 (or 0xAFC4A4) is known color: Spring Rain. HEX triplet: AF, C4 and A4. RGB value is (175,196,164). Sum of RGB (Red+Green+Blue) = 175+196+164=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 164 (64.45% from 255 or 30.65% from 535); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC4A4 is #503B5B. Grayscale: #BABABA. Windows color (decimal): -5258076 or 10798255. OLE color: 10798255.

HSL color Cylindrical-coordinate representation of color #AFC4A4: hue angle of 99.38º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFC4A4 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 164 -
CMYK 0.11 0 0.16 0.23
HSL 99.38º 0.21% 0.71% -
HSV(B) 99.38º 0.16% 0.77% -
XYZ 44.12 51.27 42.69 -
YUV 186.07 115.54 120.1 -
System Red Green Blue C M Y K H S L
Decimal 175 196 164 0.11 0 0.16 0.23 99.38 0.21 0.71
Hex AF C4 A4 B 0 10 17 63 15 47
Octal 257 304 244 13 0 20 27 143 25 107
Binary 10101111 11000100 10100100 1011 0 10000 10111 1100011 10101 1000111

Color Harmonies of #AFC4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC4A4

Black with #AFC4A4

Text Example


Text Example

White with #AFC4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC4A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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