#AFA25F

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

Shades of Gimblet #AFA25F

Tints of Gimblet #AFA25F

Color information

#AFA25F (or 0xAFA25F) is unknown color: approx Gimblet. HEX triplet: AF, A2 and 5F. RGB value is (175,162,95). Sum of RGB (Red+Green+Blue) = 175+162+95=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 95 (37.5% from 255 or 21.99% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA25F is #505DA0. Grayscale: #9E9E9E. Windows color (decimal): -5266849 or 6267567. OLE color: 6267567.

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

Color convert

RGB17516295-
CMYK00.070.460.31
HSL50.25º33.33%52.94%-
HSV(B)50.25º45.71%68.63%-
XYZ32.6735.7816.01-
YUV158.2592.31139.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.51%
GREEN value IS 162 (63.67% from 255) = 37.5%
BLUE value IS 95 (37.5% from 255) = 21.99%
R=40.51%
G=37.5%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751629500.070.460.3150.2533.3352.94
HexAFA25F072E1F322135
Octal257242137075637624165
Binary10101111101000101011111011110111011111110010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA25F; }

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

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

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

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

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

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

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

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