#AFA384

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

Shades of Hillary #AFA384

Tints of Hillary #AFA384

Color information

#AFA384 (or 0xAFA384) is unknown color: approx Hillary. HEX triplet: AF, A3 and 84. RGB value is (175,163,132). Sum of RGB (Red+Green+Blue) = 175+163+132=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA384 is #505C7B. Grayscale: #A3A3A3. Windows color (decimal): -5266556 or 8692655. OLE color: 8692655.

HSL color Cylindrical-coordinate representation of color #AFA384: hue angle of 43.26º degrees, saturation: 0.21, 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 #AFA384 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB175163132-
CMYK00.070.250.31
HSL43.26º21.18%60.2%-
HSV(B)43.26º24.57%68.63%-
XYZ34.9436.9727.12-
YUV163.05110.48136.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 163 (64.06% from 255) = 34.68%
BLUE value IS 132 (51.95% from 255) = 28.09%
R=37.23%
G=34.68%
B=28.09%

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
Decimal17516313200.070.250.3143.2621.1860.2
HexAFA38407191F2b153c
Octal257243204073137532574
Binary1010111110100011100001000111110011111110101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA384; }

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

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

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

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

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

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

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

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