Html Css Color HEX #AFB9AB Rainee

📋 copy color: '#AFB9AB'

red 175 ◦ green 185 ◦ blue 171

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

Shades of Rainee #AFB9AB

Tints of Rainee #AFB9AB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.84%

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

R = 32.96%
G = 34.84%
B = 32.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#AFB9AB (or 0xAFB9AB) is known color: Rainee. HEX triplet: AF, B9 and AB. RGB value is (175,185,171). Sum of RGB (Red+Green+Blue) = 175+185+171=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 171 (67.19% from 255 or 32.20% from 531); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB9AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB9AB is #504654. Grayscale: #B4B4B4. Windows color (decimal): -5260885 or 11254191. OLE color: 11254191.

HSL color Cylindrical-coordinate representation of color #AFB9AB: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFB9AB is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 171 -
CMYK 0.05 0 0.08 0.27
HSL 102.86º 0.09% 0.7% -
HSV(B) 102.86º 0.08% 0.73% -
XYZ 42.38 46.75 45.32 -
YUV 180.41 122.69 124.14 -
System Red Green Blue C M Y K H S L
Decimal 175 185 171 0.05 0 0.08 0.27 102.86 0.09 0.7
Hex AF B9 AB 5 0 8 1B 67 9 46
Octal 257 271 253 5 0 10 33 147 11 106
Binary 10101111 10111001 10101011 101 0 1000 11011 1100111 1001 1000110

Color Harmonies of #AFB9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB9AB

Black with #AFB9AB

Text Example


Text Example

White with #AFB9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB9AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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