#AFBFAD

Color #AFBFAD Rainee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rainee #AFBFAD

Tints of Rainee #AFBFAD

Color information

#AFBFAD (or 0xAFBFAD) is unknown color: approx Rainee. HEX triplet: AF, BF and AD. RGB value is (175,191,173). Sum of RGB (Red+Green+Blue) = 175+191+173=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 191 (75% from 255 or 35.44% from 539); Blue value is 173 (67.97% from 255 or 32.10% from 539); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBFAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBFAD is #504052. Grayscale: #B8B8B8. Windows color (decimal): -5259347 or 11386799. OLE color: 11386799.

HSL color Cylindrical-coordinate representation of color #AFBFAD: hue angle of 113.33º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFBFAD is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB175191173-
CMYK0.0800.090.25
HSL113.33º12.33%71.37%-
HSV(B)113.33º9.42%74.9%-
XYZ43.8549.3946.76-
YUV184.16121.7121.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 191 (75% from 255) = 35.44%
BLUE value IS 173 (67.97% from 255) = 32.10%
R=32.47%
G=35.44%
B=32.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751911730.0800.090.25113.3312.3371.37
HexAFBFAD8091971c47
Octal257277255100113116114107
Binary10101111101111111010110110000100111001111000111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFAD; }

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

 H1.HeaderClassName
 {
   color: #AFBFAD;
 }
 .AnyTagClassName
 {
   color: #AFBFAD;
 }
</style>
background-color css

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

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

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

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

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

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