#AFA383

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

Shades of Hillary #AFA383

Tints of Hillary #AFA383

Color information

#AFA383 (or 0xAFA383) is unknown color: approx Hillary. HEX triplet: AF, A3 and 83. RGB value is (175,163,131). Sum of RGB (Red+Green+Blue) = 175+163+131=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA383 is #505C7C. Grayscale: #A3A3A3. Windows color (decimal): -5266557 or 8627119. OLE color: 8627119.

HSL color Cylindrical-coordinate representation of color #AFA383: hue angle of 43.64º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFA383 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB175163131-
CMYK00.070.250.31
HSL43.64º21.57%60%-
HSV(B)43.64º25.14%68.63%-
XYZ34.8736.9526.77-
YUV162.94109.98136.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 163 (64.06% from 255) = 34.75%
BLUE value IS 131 (51.56% from 255) = 27.93%
R=37.31%
G=34.75%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516313100.070.250.3143.6421.5760
HexAFA38307191F2c163c
Octal257243203073137542674
Binary1010111110100011100000110111110011111110110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA383; }

 p { color: rgb(175,163,131); }

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

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

 a { background-color: rgb(175,163,131); }

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

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

 span { border-color: rgb(175,163,131); }

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