#AFA868

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

Shades of Gimblet #AFA868

Tints of Gimblet #AFA868

Color information

#AFA868 (or 0xAFA868) is unknown color: approx Gimblet. HEX triplet: AF, A8 and 68. RGB value is (175,168,104). Sum of RGB (Red+Green+Blue) = 175+168+104=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA868 is #505797. Grayscale: #A3A3A3. Windows color (decimal): -5265304 or 6858927. OLE color: 6858927.

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

Color convert

RGB175168104-
CMYK00.040.410.31
HSL54.08º30.74%54.71%-
HSV(B)54.08º40.57%68.63%-
XYZ34.1838.1218.65-
YUV162.894.82136.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 168 (66.02% from 255) = 37.58%
BLUE value IS 104 (41.02% from 255) = 23.27%
R=39.15%
G=37.58%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516810400.040.410.3154.0830.7454.71
HexAFA86804291F361f37
Octal257250150045137663767
Binary1010111110101000110100001001010011111111011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA868; }

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

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

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

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

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

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

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

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