#AFA36C

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

Shades of Gimblet #AFA36C

Tints of Gimblet #AFA36C

Color information

#AFA36C (or 0xAFA36C) is unknown color: approx Gimblet. HEX triplet: AF, A3 and 6C. RGB value is (175,163,108). Sum of RGB (Red+Green+Blue) = 175+163+108=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 163 (64.06% from 255 or 36.55% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA36C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA36C is #505C93. Grayscale: #A0A0A0. Windows color (decimal): -5266580 or 7119791. OLE color: 7119791.

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

Color convert

RGB175163108-
CMYK00.070.380.31
HSL49.25º29.52%55.49%-
HSV(B)49.25º38.29%68.63%-
XYZ33.4836.3919.45-
YUV160.3298.48138.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.24%
GREEN value IS 163 (64.06% from 255) = 36.55%
BLUE value IS 108 (42.58% from 255) = 24.22%
R=39.24%
G=36.55%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516310800.070.380.3149.2529.5255.49
HexAFA36C07261F311e37
Octal257243154074637613667
Binary1010111110100011110110001111001101111111000111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA36C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA36C; }

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

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

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

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

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

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

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

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