#AFA662

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

Shades of Gimblet #AFA662

Tints of Gimblet #AFA662

Color information

#AFA662 (or 0xAFA662) is unknown color: approx Gimblet. HEX triplet: AF, A6 and 62. RGB value is (175,166,98). Sum of RGB (Red+Green+Blue) = 175+166+98=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA662 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA662 is #50599D. Grayscale: #A1A1A1. Windows color (decimal): -5265822 or 6465199. OLE color: 6465199.

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

Color convert

RGB17516698-
CMYK00.050.440.31
HSL52.99º32.49%53.53%-
HSV(B)52.99º44%68.63%-
XYZ33.5237.2716.98-
YUV160.9492.48138.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 166 (65.23% from 255) = 37.81%
BLUE value IS 98 (38.67% from 255) = 22.32%
R=39.86%
G=37.81%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751669800.050.440.3152.9932.4953.53
HexAFA662052C1F352036
Octal257246142055437654066
Binary10101111101001101100010010110110011111110101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA662; }

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

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

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

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

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

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

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

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