#AFA17D

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

Shades of Hillary #AFA17D

Tints of Hillary #AFA17D

Color information

#AFA17D (or 0xAFA17D) is unknown color: approx Hillary. HEX triplet: AF, A1 and 7D. RGB value is (175,161,125). Sum of RGB (Red+Green+Blue) = 175+161+125=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 161 (63.28% from 255 or 34.92% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA17D is #505E82. Grayscale: #A1A1A1. Windows color (decimal): -5267075 or 8233391. OLE color: 8233391.

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

Color convert

RGB175161125-
CMYK00.080.290.31
HSL43.2º23.81%58.82%-
HSV(B)43.2º28.57%68.63%-
XYZ34.1336.0824.57-
YUV161.08107.64137.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.96%
GREEN value IS 161 (63.28% from 255) = 34.92%
BLUE value IS 125 (49.22% from 255) = 27.11%
R=37.96%
G=34.92%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516112500.080.290.3143.223.8158.82
HexAFA17D081D1F2b183b
Octal2572411750103537533073
Binary1010111110100001111110101000111011111110101111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA17D; }

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

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

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

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

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

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

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

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