#AFA65D

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

Shades of Gimblet #AFA65D

Tints of Gimblet #AFA65D

Color information

#AFA65D (or 0xAFA65D) is unknown color: approx Gimblet. HEX triplet: AF, A6 and 5D. RGB value is (175,166,93). Sum of RGB (Red+Green+Blue) = 175+166+93=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA65D is #5059A2. Grayscale: #A0A0A0. Windows color (decimal): -5265827 or 6137519. OLE color: 6137519.

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

Color convert

RGB17516693-
CMYK00.050.470.31
HSL53.41º33.88%52.55%-
HSV(B)53.41º46.86%68.63%-
XYZ33.2937.1815.78-
YUV160.3789.98138.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 166 (65.23% from 255) = 38.25%
BLUE value IS 93 (36.72% from 255) = 21.43%
R=40.32%
G=38.25%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751669300.050.470.3153.4133.8852.55
HexAFA65D052F1F352235
Octal257246135055737654265
Binary10101111101001101011101010110111111111110101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA65D; }

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

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

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

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

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

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

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

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