#AFA85D

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

Shades of Gimblet #AFA85D

Tints of Gimblet #AFA85D

Color information

#AFA85D (or 0xAFA85D) is unknown color: approx Gimblet. HEX triplet: AF, A8 and 5D. RGB value is (175,168,93). Sum of RGB (Red+Green+Blue) = 175+168+93=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 93 (36.72% from 255 or 21.33% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA85D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA85D is #5057A2. Grayscale: #A1A1A1. Windows color (decimal): -5265315 or 6138031. OLE color: 6138031.

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

Color convert

RGB17516893-
CMYK00.040.470.31
HSL54.88º33.88%52.55%-
HSV(B)54.88º46.86%68.63%-
XYZ33.6637.9115.9-
YUV161.5489.32137.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 168 (66.02% from 255) = 38.53%
BLUE value IS 93 (36.72% from 255) = 21.33%
R=40.14%
G=38.53%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751689300.040.470.3154.8833.8852.55
HexAFA85D042F1F372235
Octal257250135045737674265
Binary10101111101010001011101010010111111111110111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA85D; }

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

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

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

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

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

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

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

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