#AFA19F

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

Shades of Nobel #AFA19F

Tints of Nobel #AFA19F

Color information

#AFA19F (or 0xAFA19F) is unknown color: approx Nobel. HEX triplet: AF, A1 and 9F. RGB value is (175,161,159). Sum of RGB (Red+Green+Blue) = 175+161+159=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA19F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA19F is #505E60. Grayscale: #A4A4A4. Windows color (decimal): -5267041 or 10461615. OLE color: 10461615.

HSL color Cylindrical-coordinate representation of color #AFA19F: hue angle of 7.5º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFA19F is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB175161159-
CMYK00.080.090.31
HSL7.5º9.09%65.49%-
HSV(B)7.5º9.14%68.63%-
XYZ36.6837.1138.03-
YUV164.96124.64135.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 161 (63.28% from 255) = 32.53%
BLUE value IS 159 (62.5% from 255) = 32.12%
R=35.35%
G=32.53%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516115900.080.090.317.59.0965.49
HexAFA19F0891F8941
Octal25724123701011371011101
Binary10101111101000011001111101000100111111100010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA19F; }

 p { color: rgb(175,161,159); }

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

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

 a { background-color: rgb(175,161,159); }

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

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

 span { border-color: rgb(175,161,159); }

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