#AFA871

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

Shades of Hillary #AFA871

Tints of Hillary #AFA871

Color information

#AFA871 (or 0xAFA871) is unknown color: approx Hillary. HEX triplet: AF, A8 and 71. RGB value is (175,168,113). Sum of RGB (Red+Green+Blue) = 175+168+113=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA871 is #50578E. Grayscale: #A4A4A4. Windows color (decimal): -5265295 or 7448751. OLE color: 7448751.

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

Color convert

RGB175168113-
CMYK00.040.350.31
HSL53.23º27.93%56.47%-
HSV(B)53.23º35.43%68.63%-
XYZ34.6638.3121.19-
YUV163.8299.32135.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.38%
GREEN value IS 168 (66.02% from 255) = 36.84%
BLUE value IS 113 (44.53% from 255) = 24.78%
R=38.38%
G=36.84%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516811300.040.350.3153.2327.9356.47
HexAFA87104231F351c38
Octal257250161044337653470
Binary1010111110101000111000101001000111111111010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA871; }

 p { color: rgb(175,168,113); }

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

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

 a { background-color: rgb(175,168,113); }

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

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

 span { border-color: rgb(175,168,113); }

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