#AFA65E

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

Shades of Gimblet #AFA65E

Tints of Gimblet #AFA65E

Color information

#AFA65E (or 0xAFA65E) is unknown color: approx Gimblet. HEX triplet: AF, A6 and 5E. RGB value is (175,166,94). Sum of RGB (Red+Green+Blue) = 175+166+94=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 166 (65.23% from 255 or 38.16% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA65E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA65E is #5059A1. Grayscale: #A0A0A0. Windows color (decimal): -5265826 or 6203055. OLE color: 6203055.

HSL color Cylindrical-coordinate representation of color #AFA65E: hue angle of 53.33º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AFA65E is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17516694-
CMYK00.050.460.31
HSL53.33º33.61%52.75%-
HSV(B)53.33º46.29%68.63%-
XYZ33.3437.1916.01-
YUV160.4890.48138.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 166 (65.23% from 255) = 38.16%
BLUE value IS 94 (37.11% from 255) = 21.61%
R=40.23%
G=38.16%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751669400.050.460.3153.3333.6152.75
HexAFA65E052E1F352235
Octal257246136055637654265
Binary10101111101001101011110010110111011111110101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA65E; }

 p { color: rgb(175,166,94); }

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

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

 a { background-color: rgb(175,166,94); }

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

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

 span { border-color: rgb(175,166,94); }

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