Html Css Color HEX #AFC5AB Rainee

📋 copy color: '#AFC5AB'

red 175 ◦ green 197 ◦ blue 171

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

Shades of Rainee #AFC5AB

Tints of Rainee #AFC5AB

RGB

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

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

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

R = 32.23%
G = 36.28%
B = 31.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#AFC5AB (or 0xAFC5AB) is known color: Rainee. HEX triplet: AF, C5 and AB. RGB value is (175,197,171). Sum of RGB (Red+Green+Blue) = 175+197+171=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 197 (77.34% from 255 or 36.28% from 543); Blue value is 171 (67.19% from 255 or 31.49% from 543); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFC5AB is #503A54. Grayscale: #BBBBBB. Windows color (decimal): -5257813 or 11257263. OLE color: 11257263.

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

Color convert

RGB 175 197 171 -
CMYK 0.11 0 0.13 0.23
HSL 110.77º 0.18% 0.72% -
HSV(B) 110.77º 0.13% 0.77% -
XYZ 45 51.99 46.19 -
YUV 187.46 118.71 119.11 -
System Red Green Blue C M Y K H S L
Decimal 175 197 171 0.11 0 0.13 0.23 110.77 0.18 0.72
Hex AF C5 AB B 0 D 17 6F 12 48
Octal 257 305 253 13 0 15 27 157 22 110
Binary 10101111 11000101 10101011 1011 0 1101 10111 1101111 10010 1001000

Color Harmonies of #AFC5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5AB

Black with #AFC5AB

Text Example


Text Example

White with #AFC5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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