#AFA09F

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

Shades of Nobel #AFA09F

Tints of Nobel #AFA09F

Color information

#AFA09F (or 0xAFA09F) is unknown color: approx Nobel. HEX triplet: AF, A0 and 9F. RGB value is (175,160,159). Sum of RGB (Red+Green+Blue) = 175+160+159=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA09F is #505F60. Grayscale: #A4A4A4. Windows color (decimal): -5267297 or 10461359. OLE color: 10461359.

HSL color Cylindrical-coordinate representation of color #AFA09F: hue angle of 3.75º 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 #AFA09F is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB175160159-
CMYK00.090.090.31
HSL3.75º9.09%65.49%-
HSV(B)3.75º9.14%68.63%-
XYZ36.5136.7637.97-
YUV164.37124.97135.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.43%
GREEN value IS 160 (62.89% from 255) = 32.39%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=35.43%
G=32.39%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516015900.090.090.313.759.0965.49
HexAFA09F0991F4941
Octal2572402370111137411101
Binary1010111110100000100111110100110011111110010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA09F; }

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

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

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

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

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

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

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

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