Html Css Color HEX #AFC5A9 Rainee

📋 copy color: '#AFC5A9'

red 175 ◦ green 197 ◦ blue 169

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

Shades of Rainee #AFC5A9

Tints of Rainee #AFC5A9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.41%

 BLUE value IS 169 (66.41% from 255) = 31.24%

R = 32.35%
G = 36.41%
B = 31.24%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#AFC5A9 (or 0xAFC5A9) is known color: Rainee. HEX triplet: AF, C5 and A9. RGB value is (175,197,169). Sum of RGB (Red+Green+Blue) = 175+197+169=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 169 (66.41% from 255 or 31.24% from 541); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC5A9 is #503A56. Grayscale: #BBBBBB. Windows color (decimal): -5257815 or 11126191. OLE color: 11126191.

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

Color convert

RGB 175 197 169 -
CMYK 0.11 0 0.14 0.23
HSL 107.14º 0.19% 0.72% -
HSV(B) 107.14º 0.14% 0.77% -
XYZ 44.81 51.91 45.19 -
YUV 187.23 117.71 119.28 -
System Red Green Blue C M Y K H S L
Decimal 175 197 169 0.11 0 0.14 0.23 107.14 0.19 0.72
Hex AF C5 A9 B 0 E 17 6B 13 48
Octal 257 305 251 13 0 16 27 153 23 110
Binary 10101111 11000101 10101001 1011 0 1110 10111 1101011 10011 1001000

Color Harmonies of #AFC5A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5A9

Black with #AFC5A9

Text Example


Text Example

White with #AFC5A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5A9; }

 p { color: rgb(175,197,169); }

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

background-color css

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

 a { background-color: rgb(175,197,169); }

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

border-color css

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

 span { border-color: rgb(175,197,169); }

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