#AFA264

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

Shades of Gimblet #AFA264

Tints of Gimblet #AFA264

Color information

#AFA264 (or 0xAFA264) is unknown color: approx Gimblet. HEX triplet: AF, A2 and 64. RGB value is (175,162,100). Sum of RGB (Red+Green+Blue) = 175+162+100=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 162 (63.67% from 255 or 37.07% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA264 is #505D9B. Grayscale: #9F9F9F. Windows color (decimal): -5266844 or 6595247. OLE color: 6595247.

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

Color convert

RGB175162100-
CMYK00.070.430.31
HSL49.6º31.91%53.92%-
HSV(B)49.6º42.86%68.63%-
XYZ32.935.8717.25-
YUV158.8294.81139.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 162 (63.67% from 255) = 37.07%
BLUE value IS 100 (39.45% from 255) = 22.88%
R=40.05%
G=37.07%
B=22.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516210000.070.430.3149.631.9153.92
HexAFA264072B1F322036
Octal257242144075337624066
Binary10101111101000101100100011110101111111110010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA264; }

 p { color: rgb(175,162,100); }

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

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

 a { background-color: rgb(175,162,100); }

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

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

 span { border-color: rgb(175,162,100); }

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