#AFA775

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

Shades of Hillary #AFA775

Tints of Hillary #AFA775

Color information

#AFA775 (or 0xAFA775) is unknown color: approx Hillary. HEX triplet: AF, A7 and 75. RGB value is (175,167,117). Sum of RGB (Red+Green+Blue) = 175+167+117=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA775 is #50588A. Grayscale: #A3A3A3. Windows color (decimal): -5265547 or 7710639. OLE color: 7710639.

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

Color convert

RGB175167117-
CMYK00.050.330.31
HSL51.72º26.61%57.25%-
HSV(B)51.72º33.14%68.63%-
XYZ34.7138.0422.34-
YUV163.69101.65136.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.13%
GREEN value IS 167 (65.62% from 255) = 36.38%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=38.13%
G=36.38%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516711700.050.330.3151.7226.6157.25
HexAFA77505211F341b39
Octal257247165054137643371
Binary1010111110100111111010101011000011111111010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA775; }

 p { color: rgb(175,167,117); }

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

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

 a { background-color: rgb(175,167,117); }

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

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

 span { border-color: rgb(175,167,117); }

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