#AF9F7B

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

Shades of Hillary #AF9F7B

Tints of Hillary #AF9F7B

Color information

#AF9F7B (or 0xAF9F7B) is unknown color: approx Hillary. HEX triplet: AF, 9F and 7B. RGB value is (175,159,123). Sum of RGB (Red+Green+Blue) = 175+159+123=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9F7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9F7B is #506084. Grayscale: #9F9F9F. Windows color (decimal): -5267589 or 8101807. OLE color: 8101807.

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

Color convert

RGB175159123-
CMYK00.090.300.31
HSL41.54º24.53%58.43%-
HSV(B)41.54º29.71%68.63%-
XYZ33.6535.3423.79-
YUV159.68107.3138.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.29%
GREEN value IS 159 (62.5% from 255) = 34.79%
BLUE value IS 123 (48.44% from 255) = 26.91%
R=38.29%
G=34.79%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515912300.090.300.3141.5424.5358.43
HexAF9F7B091E1F2a193a
Octal2572371730113637523172
Binary1010111110011111111101101001111101111110101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9F7B; }

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

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

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

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

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

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

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

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