#AFA55F

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

Shades of Gimblet #AFA55F

Tints of Gimblet #AFA55F

Color information

#AFA55F (or 0xAFA55F) is unknown color: approx Gimblet. HEX triplet: AF, A5 and 5F. RGB value is (175,165,95). Sum of RGB (Red+Green+Blue) = 175+165+95=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA55F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA55F is #505AA0. Grayscale: #A0A0A0. Windows color (decimal): -5266081 or 6268335. OLE color: 6268335.

HSL color Cylindrical-coordinate representation of color #AFA55F: hue angle of 52.5º degrees, saturation: 0.33, 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 #AFA55F is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB17516595-
CMYK00.060.460.31
HSL52.5º33.33%52.94%-
HSV(B)52.5º45.71%68.63%-
XYZ33.236.8516.19-
YUV160.0191.31138.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 95 (37.5% from 255) = 21.84%
R=40.23%
G=37.93%
B=21.84%

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
Decimal1751659500.060.460.3152.533.3352.94
HexAFA55F062E1F342135
Octal257245137065637644165
Binary10101111101001011011111011010111011111110100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA55F; }

 p { color: rgb(175,165,95); }

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

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

 a { background-color: rgb(175,165,95); }

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

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

 span { border-color: rgb(175,165,95); }

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