#AFA366

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

Shades of Gimblet #AFA366

Tints of Gimblet #AFA366

Color information

#AFA366 (or 0xAFA366) is unknown color: approx Gimblet. HEX triplet: AF, A3 and 66. RGB value is (175,163,102). Sum of RGB (Red+Green+Blue) = 175+163+102=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA366 is #505C99. Grayscale: #9F9F9F. Windows color (decimal): -5266586 or 6726575. OLE color: 6726575.

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

Color convert

RGB175163102-
CMYK00.070.420.31
HSL50.14º31.33%54.31%-
HSV(B)50.14º41.71%68.63%-
XYZ33.1736.2717.82-
YUV159.6395.48138.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 102 (40.23% from 255) = 23.18%
R=39.77%
G=37.05%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516310200.070.420.3150.1431.3354.31
HexAFA366072A1F321f36
Octal257243146075237623766
Binary1010111110100011110011001111010101111111001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA366; }

 p { color: rgb(175,163,102); }

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

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

 a { background-color: rgb(175,163,102); }

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

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

 span { border-color: rgb(175,163,102); }

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