#AFA168

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

Shades of Gimblet #AFA168

Tints of Gimblet #AFA168

Color information

#AFA168 (or 0xAFA168) is unknown color: approx Gimblet. HEX triplet: AF, A1 and 68. RGB value is (175,161,104). Sum of RGB (Red+Green+Blue) = 175+161+104=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA168 is #505E97. Grayscale: #9E9E9E. Windows color (decimal): -5267096 or 6857135. OLE color: 6857135.

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

Color convert

RGB175161104-
CMYK00.080.410.31
HSL48.17º30.74%54.71%-
HSV(B)48.17º40.57%68.63%-
XYZ32.9235.618.23-
YUV158.6997.14139.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 161 (63.28% from 255) = 36.59%
BLUE value IS 104 (41.02% from 255) = 23.64%
R=39.77%
G=36.59%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516110400.080.410.3148.1730.7454.71
HexAFA16808291F301f37
Octal2572411500105137603767
Binary10101111101000011101000010001010011111111000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA168; }

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

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

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

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

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

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

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

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