#AFA657

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

Shades of Gimblet #AFA657

Tints of Gimblet #AFA657

Color information

#AFA657 (or 0xAFA657) is unknown color: approx Gimblet. HEX triplet: AF, A6 and 57. RGB value is (175,166,87). Sum of RGB (Red+Green+Blue) = 175+166+87=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA657 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA657 is #5059A8. Grayscale: #A0A0A0. Windows color (decimal): -5265833 or 5744303. OLE color: 5744303.

HSL color Cylindrical-coordinate representation of color #AFA657: hue angle of 53.86º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFA657 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB17516687-
CMYK00.050.500.31
HSL53.86º35.48%51.37%-
HSV(B)53.86º50.29%68.63%-
XYZ33.0437.0714.43-
YUV159.6886.98138.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 166 (65.23% from 255) = 38.79%
BLUE value IS 87 (34.38% from 255) = 20.33%
R=40.89%
G=38.79%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751668700.050.500.3153.8635.4851.37
HexAFA65705321F362333
Octal257246127056237664363
Binary10101111101001101010111010111001011111110110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA657; }

 p { color: rgb(175,166,87); }

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

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

 a { background-color: rgb(175,166,87); }

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

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

 span { border-color: rgb(175,166,87); }

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