Html Css Color HEX #AFC3AB Rainee

📋 copy color: '#AFC3AB'

red 175 ◦ green 195 ◦ blue 171

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

Shades of Rainee #AFC3AB

Tints of Rainee #AFC3AB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.04%

 BLUE value IS 171 (67.19% from 255) = 31.61%

R = 32.35%
G = 36.04%
B = 31.61%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#AFC3AB (or 0xAFC3AB) is known color: Rainee. HEX triplet: AF, C3 and AB. RGB value is (175,195,171). Sum of RGB (Red+Green+Blue) = 175+195+171=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC3AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC3AB is #503C54. Grayscale: #BABABA. Windows color (decimal): -5258325 or 11256751. OLE color: 11256751.

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

Color convert

RGB 175 195 171 -
CMYK 0.10 0 0.12 0.24
HSL 110º 0.17% 0.72% -
HSV(B) 110º 0.12% 0.76% -
XYZ 44.54 51.08 46.04 -
YUV 186.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 175 195 171 0.10 0 0.12 0.24 110 0.17 0.72
Hex AF C3 AB A 0 C 18 6E 11 48
Octal 257 303 253 12 0 14 30 156 21 110
Binary 10101111 11000011 10101011 1010 0 1100 11000 1101110 10001 1001000

Color Harmonies of #AFC3AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC3AB

Black with #AFC3AB

Text Example


Text Example

White with #AFC3AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC3AB; }

 p { color: rgb(175,195,171); }

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

background-color css

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

 a { background-color: rgb(175,195,171); }

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

border-color css

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

 span { border-color: rgb(175,195,171); }

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