Html Css Color HEX #AFB9AA Rainee

📋 copy color: '#AFB9AA'

red 175 ◦ green 185 ◦ blue 170

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

Shades of Rainee #AFB9AA

Tints of Rainee #AFB9AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.08%

R = 33.02%
G = 34.91%
B = 32.08%

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

#AFB9AA (or 0xAFB9AA) is known color: Rainee. HEX triplet: AF, B9 and AA. RGB value is (175,185,170). Sum of RGB (Red+Green+Blue) = 175+185+170=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB9AA is #504655. Grayscale: #B4B4B4. Windows color (decimal): -5260886 or 11188655. OLE color: 11188655.

HSL color Cylindrical-coordinate representation of color #AFB9AA: hue angle of 100º degrees, saturation: 0.1, 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 #AFB9AA is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 170 -
CMYK 0.05 0 0.08 0.27
HSL 100º 0.1% 0.7% -
HSV(B) 100º 0.08% 0.73% -
XYZ 42.28 46.71 44.82 -
YUV 180.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 175 185 170 0.05 0 0.08 0.27 100 0.1 0.7
Hex AF B9 AA 5 0 8 1B 64 A 46
Octal 257 271 252 5 0 10 33 144 12 106
Binary 10101111 10111001 10101010 101 0 1000 11011 1100100 1010 1000110

Color Harmonies of #AFB9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB9AA

Black with #AFB9AA

Text Example


Text Example

White with #AFB9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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