Html Css Color HEX #AFB7AB Rainee

📋 copy color: '#AFB7AB'

red 175 ◦ green 183 ◦ blue 171

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

Shades of Rainee #AFB7AB

Tints of Rainee #AFB7AB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.59%

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

R = 33.08%
G = 34.59%
B = 32.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#AFB7AB (or 0xAFB7AB) is known color: Rainee. HEX triplet: AF, B7 and AB. RGB value is (175,183,171). Sum of RGB (Red+Green+Blue) = 175+183+171=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 183 (71.88% from 255 or 34.59% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB7AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB7AB is #504854. Grayscale: #B3B3B3. Windows color (decimal): -5261397 or 11253679. OLE color: 11253679.

HSL color Cylindrical-coordinate representation of color #AFB7AB: hue angle of 100º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AFB7AB is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 183 171 -
CMYK 0.04 0 0.07 0.28
HSL 100º 0.08% 0.69% -
HSV(B) 100º 0.07% 0.72% -
XYZ 41.96 45.92 45.18 -
YUV 179.24 123.35 124.98 -
System Red Green Blue C M Y K H S L
Decimal 175 183 171 0.04 0 0.07 0.28 100 0.08 0.69
Hex AF B7 AB 4 0 7 1C 64 8 45
Octal 257 267 253 4 0 7 34 144 10 105
Binary 10101111 10110111 10101011 100 0 111 11100 1100100 1000 1000101

Color Harmonies of #AFB7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB7AB

Black with #AFB7AB

Text Example


Text Example

White with #AFB7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB7AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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