#AFA15C

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

Shades of Gimblet #AFA15C

Tints of Gimblet #AFA15C

Color information

#AFA15C (or 0xAFA15C) is unknown color: approx Gimblet. HEX triplet: AF, A1 and 5C. RGB value is (175,161,92). Sum of RGB (Red+Green+Blue) = 175+161+92=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 92 (36.33% from 255 or 21.50% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA15C is #505EA3. Grayscale: #9D9D9D. Windows color (decimal): -5267108 or 6070703. OLE color: 6070703.

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

Color convert

RGB17516192-
CMYK00.080.470.31
HSL49.88º34.16%52.35%-
HSV(B)49.88º47.43%68.63%-
XYZ32.3635.3815.25-
YUV157.3291.14140.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 161 (63.28% from 255) = 37.62%
BLUE value IS 92 (36.33% from 255) = 21.50%
R=40.89%
G=37.62%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751619200.080.470.3149.8834.1652.35
HexAFA15C082F1F322234
Octal2572411340105737624264
Binary101011111010000110111000100010111111111110010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA15C; }

 p { color: rgb(175,161,92); }

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

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

 a { background-color: rgb(175,161,92); }

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

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

 span { border-color: rgb(175,161,92); }

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