#AFA661

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

Shades of Gimblet #AFA661

Tints of Gimblet #AFA661

Color information

#AFA661 (or 0xAFA661) is unknown color: approx Gimblet. HEX triplet: AF, A6 and 61. RGB value is (175,166,97). Sum of RGB (Red+Green+Blue) = 175+166+97=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA661 is #50599E. Grayscale: #A1A1A1. Windows color (decimal): -5265823 or 6399663. OLE color: 6399663.

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

Color convert

RGB17516697-
CMYK00.050.450.31
HSL53.08º32.77%53.33%-
HSV(B)53.08º44.57%68.63%-
XYZ33.4737.2516.73-
YUV160.8291.98138.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 166 (65.23% from 255) = 37.90%
BLUE value IS 97 (38.28% from 255) = 22.15%
R=39.95%
G=37.90%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751669700.050.450.3153.0832.7753.33
HexAFA661052D1F352135
Octal257246141055537654165
Binary10101111101001101100001010110110111111110101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA661; }

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

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

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

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

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

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

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

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