#AFA165

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

Shades of Gimblet #AFA165

Tints of Gimblet #AFA165

Color information

#AFA165 (or 0xAFA165) is unknown color: approx Gimblet. HEX triplet: AF, A1 and 65. RGB value is (175,161,101). Sum of RGB (Red+Green+Blue) = 175+161+101=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 101 (39.84% from 255 or 23.11% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA165 is #505E9A. Grayscale: #9E9E9E. Windows color (decimal): -5267099 or 6660527. OLE color: 6660527.

HSL color Cylindrical-coordinate representation of color #AFA165: hue angle of 48.65º degrees, saturation: 0.32, 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 #AFA165 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB175161101-
CMYK00.080.420.31
HSL48.65º31.62%54.12%-
HSV(B)48.65º42.29%68.63%-
XYZ32.7735.5417.45-
YUV158.3595.64139.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 161 (63.28% from 255) = 36.84%
BLUE value IS 101 (39.84% from 255) = 23.11%
R=40.05%
G=36.84%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516110100.080.420.3148.6531.6254.12
HexAFA165082A1F312036
Octal2572411450105237614066
Binary101011111010000111001010100010101011111110001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA165; }

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

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

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

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

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

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

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

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