#AFA45E

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

Shades of Gimblet #AFA45E

Tints of Gimblet #AFA45E

Color information

#AFA45E (or 0xAFA45E) is unknown color: approx Gimblet. HEX triplet: AF, A4 and 5E. RGB value is (175,164,94). Sum of RGB (Red+Green+Blue) = 175+164+94=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA45E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA45E is #505BA1. Grayscale: #9F9F9F. Windows color (decimal): -5266338 or 6202543. OLE color: 6202543.

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

Color convert

RGB17516494-
CMYK00.060.460.31
HSL51.85º33.61%52.75%-
HSV(B)51.85º46.29%68.63%-
XYZ32.9836.4715.89-
YUV159.3191.14139.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.42%
GREEN value IS 164 (64.45% from 255) = 37.88%
BLUE value IS 94 (37.11% from 255) = 21.71%
R=40.42%
G=37.88%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751649400.060.460.3151.8533.6152.75
HexAFA45E062E1F342235
Octal257244136065637644265
Binary10101111101001001011110011010111011111110100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA45E; }

 p { color: rgb(175,164,94); }

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

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

 a { background-color: rgb(175,164,94); }

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

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

 span { border-color: rgb(175,164,94); }

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