Html Css Color HEX #AFC1AC Rainee

📋 copy color: '#AFC1AC'

red 175 ◦ green 193 ◦ blue 172

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

Shades of Rainee #AFC1AC

Tints of Rainee #AFC1AC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.74%

 BLUE value IS 172 (67.58% from 255) = 31.85%

R = 32.41%
G = 35.74%
B = 31.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#AFC1AC (or 0xAFC1AC) is known color: Rainee. HEX triplet: AF, C1 and AC. RGB value is (175,193,172). Sum of RGB (Red+Green+Blue) = 175+193+172=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC1AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC1AC is #503E53. Grayscale: #B9B9B9. Windows color (decimal): -5258836 or 11321775. OLE color: 11321775.

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

Color convert

RGB 175 193 172 -
CMYK 0.09 0 0.11 0.24
HSL 111.43º 0.14% 0.72% -
HSV(B) 111.43º 0.11% 0.76% -
XYZ 44.2 50.23 46.4 -
YUV 185.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 175 193 172 0.09 0 0.11 0.24 111.43 0.14 0.72
Hex AF C1 AC 9 0 B 18 6F E 48
Octal 257 301 254 11 0 13 30 157 16 110
Binary 10101111 11000001 10101100 1001 0 1011 11000 1101111 1110 1001000

Color Harmonies of #AFC1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC1AC

Black with #AFC1AC

Text Example


Text Example

White with #AFC1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC1AC; }

 p { color: rgb(175,193,172); }

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

background-color css

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

 a { background-color: rgb(175,193,172); }

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

border-color css

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

 span { border-color: rgb(175,193,172); }

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