#AFA57B

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

Shades of Hillary #AFA57B

Tints of Hillary #AFA57B

Color information

#AFA57B (or 0xAFA57B) is unknown color: approx Hillary. HEX triplet: AF, A5 and 7B. RGB value is (175,165,123). Sum of RGB (Red+Green+Blue) = 175+165+123=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA57B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA57B is #505A84. Grayscale: #A3A3A3. Windows color (decimal): -5266053 or 8103343. OLE color: 8103343.

HSL color Cylindrical-coordinate representation of color #AFA57B: hue angle of 48.46º 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 #AFA57B is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB175165123-
CMYK00.060.300.31
HSL48.46º24.53%58.43%-
HSV(B)48.46º29.71%68.63%-
XYZ34.7137.4524.14-
YUV163.2105.31136.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 165 (64.84% from 255) = 35.64%
BLUE value IS 123 (48.44% from 255) = 26.57%
R=37.80%
G=35.64%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516512300.060.300.3148.4624.5358.43
HexAFA57B061E1F30193a
Octal257245173063637603172
Binary101011111010010111110110110111101111111000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA57B; }

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

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

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

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

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

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

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

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