Html Css Color HEX #AFB4AD Rainee

📋 copy color: '#AFB4AD'

red 175 ◦ green 180 ◦ blue 173

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

Shades of Rainee #AFB4AD

Tints of Rainee #AFB4AD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.09%

 BLUE value IS 173 (67.97% from 255) = 32.77%

R = 33.14%
G = 34.09%
B = 32.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#AFB4AD (or 0xAFB4AD) is known color: Rainee. HEX triplet: AF, B4 and AD. RGB value is (175,180,173). Sum of RGB (Red+Green+Blue) = 175+180+173=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 180 (70.70% from 255 or 34.09% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB4AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB4AD is #504B52. Grayscale: #B1B1B1. Windows color (decimal): -5262163 or 11383983. OLE color: 11383983.

HSL color Cylindrical-coordinate representation of color #AFB4AD: hue angle of 102.86º degrees, saturation: 0.04, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AFB4AD is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 173 -
CMYK 0.03 0 0.04 0.29
HSL 102.86º 0.04% 0.69% -
HSV(B) 102.86º 0.04% 0.71% -
XYZ 41.54 44.77 45.99 -
YUV 177.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 175 180 173 0.03 0 0.04 0.29 102.86 0.04 0.69
Hex AF B4 AD 3 0 4 1D 67 4 45
Octal 257 264 255 3 0 4 35 147 4 105
Binary 10101111 10110100 10101101 11 0 100 11101 1100111 100 1000101

Color Harmonies of #AFB4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB4AD

Black with #AFB4AD

Text Example


Text Example

White with #AFB4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB4AD; }

 p { color: rgb(175,180,173); }

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

background-color css

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

 a { background-color: rgb(175,180,173); }

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

border-color css

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

 span { border-color: rgb(175,180,173); }

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