Html Css Color HEX #AFB7AD Rainee

📋 copy color: '#AFB7AD'

red 175 ◦ green 183 ◦ blue 173

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

Shades of Rainee #AFB7AD

Tints of Rainee #AFB7AD

RGB

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

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

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

R = 32.96%
G = 34.46%
B = 32.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#AFB7AD (or 0xAFB7AD) is known color: Rainee. HEX triplet: AF, B7 and AD. RGB value is (175,183,173). Sum of RGB (Red+Green+Blue) = 175+183+173=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 183 (71.88% from 255 or 34.46% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB7AD is #504852. Grayscale: #B3B3B3. Windows color (decimal): -5261395 or 11384751. OLE color: 11384751.

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

Color convert

RGB 175 183 173 -
CMYK 0.04 0 0.05 0.28
HSL 108º 0.06% 0.7% -
HSV(B) 108º 0.05% 0.72% -
XYZ 42.16 46 46.19 -
YUV 179.47 124.35 124.81 -
System Red Green Blue C M Y K H S L
Decimal 175 183 173 0.04 0 0.05 0.28 108 0.06 0.7
Hex AF B7 AD 4 0 5 1C 6C 6 46
Octal 257 267 255 4 0 5 34 154 6 106
Binary 10101111 10110111 10101101 100 0 101 11100 1101100 110 1000110

Color Harmonies of #AFB7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB7AD

Black with #AFB7AD

Text Example


Text Example

White with #AFB7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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