#AFA66F

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

Shades of Hillary #AFA66F

Tints of Hillary #AFA66F

Color information

#AFA66F (or 0xAFA66F) is unknown color: approx Hillary. HEX triplet: AF, A6 and 6F. RGB value is (175,166,111). Sum of RGB (Red+Green+Blue) = 175+166+111=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 166 (65.23% from 255 or 36.73% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA66F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA66F is #505990. Grayscale: #A2A2A2. Windows color (decimal): -5265809 or 7317167. OLE color: 7317167.

HSL color Cylindrical-coordinate representation of color #AFA66F: hue angle of 51.56º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFA66F is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB175166111-
CMYK00.050.370.31
HSL51.56º28.57%56.08%-
HSV(B)51.56º36.57%68.63%-
XYZ34.1837.5320.48-
YUV162.4298.98136.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 166 (65.23% from 255) = 36.73%
BLUE value IS 111 (43.75% from 255) = 24.56%
R=38.72%
G=36.73%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516611100.050.370.3151.5628.5756.08
HexAFA66F05251F341d38
Octal257246157054537643570
Binary1010111110100110110111101011001011111111010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA66F; }

 p { color: rgb(175,166,111); }

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

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

 a { background-color: rgb(175,166,111); }

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

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

 span { border-color: rgb(175,166,111); }

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