#AFA85E

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

Shades of Gimblet #AFA85E

Tints of Gimblet #AFA85E

Color information

#AFA85E (or 0xAFA85E) is unknown color: approx Gimblet. HEX triplet: AF, A8 and 5E. RGB value is (175,168,94). Sum of RGB (Red+Green+Blue) = 175+168+94=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 94 (37.11% from 255 or 21.51% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA85E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA85E is #5057A1. Grayscale: #A1A1A1. Windows color (decimal): -5265314 or 6203567. OLE color: 6203567.

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

Color convert

RGB17516894-
CMYK00.040.460.31
HSL54.81º33.61%52.75%-
HSV(B)54.81º46.29%68.63%-
XYZ33.737.9316.13-
YUV161.6689.82137.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 168 (66.02% from 255) = 38.44%
BLUE value IS 94 (37.11% from 255) = 21.51%
R=40.05%
G=38.44%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751689400.040.460.3154.8133.6152.75
HexAFA85E042E1F372235
Octal257250136045637674265
Binary10101111101010001011110010010111011111110111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA85E; }

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

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

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

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

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

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

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

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