Html Css Color HEX #AFC4AC Rainee

📋 copy color: '#AFC4AC'

red 175 ◦ green 196 ◦ blue 172

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

Shades of Rainee #AFC4AC

Tints of Rainee #AFC4AC

RGB

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

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

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

R = 32.23%
G = 36.1%
B = 31.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#AFC4AC (or 0xAFC4AC) is known color: Rainee. HEX triplet: AF, C4 and AC. RGB value is (175,196,172). Sum of RGB (Red+Green+Blue) = 175+196+172=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 172 (67.58% from 255 or 31.68% from 543); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC4AC is #503B53. Grayscale: #BBBBBB. Windows color (decimal): -5258068 or 11322543. OLE color: 11322543.

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

Color convert

RGB 175 196 172 -
CMYK 0.11 0 0.12 0.23
HSL 112.5º 0.17% 0.72% -
HSV(B) 112.5º 0.12% 0.77% -
XYZ 44.87 51.57 46.62 -
YUV 186.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 175 196 172 0.11 0 0.12 0.23 112.5 0.17 0.72
Hex AF C4 AC B 0 C 17 70 11 48
Octal 257 304 254 13 0 14 27 160 21 110
Binary 10101111 11000100 10101100 1011 0 1100 10111 1110000 10001 1001000

Color Harmonies of #AFC4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC4AC

Black with #AFC4AC

Text Example


Text Example

White with #AFC4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC4AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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