#AFA459

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

Shades of Gimblet #AFA459

Tints of Gimblet #AFA459

Color information

#AFA459 (or 0xAFA459) is unknown color: approx Gimblet. HEX triplet: AF, A4 and 59. RGB value is (175,164,89). Sum of RGB (Red+Green+Blue) = 175+164+89=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 164 (64.45% from 255 or 38.32% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA459 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA459 is #505BA6. Grayscale: #9F9F9F. Windows color (decimal): -5266343 or 5874863. OLE color: 5874863.

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

Color convert

RGB17516489-
CMYK00.060.490.31
HSL52.33º34.96%51.76%-
HSV(B)52.33º49.14%68.63%-
XYZ32.7636.3914.75-
YUV158.7488.64139.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.89%
GREEN value IS 164 (64.45% from 255) = 38.32%
BLUE value IS 89 (35.16% from 255) = 20.79%
R=40.89%
G=38.32%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751648900.060.490.3152.3334.9651.76
HexAFA45906311F342334
Octal257244131066137644364
Binary10101111101001001011001011011000111111110100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA459; }

 p { color: rgb(175,164,89); }

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

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

 a { background-color: rgb(175,164,89); }

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

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

 span { border-color: rgb(175,164,89); }

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