#AFA561

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

Shades of Gimblet #AFA561

Tints of Gimblet #AFA561

Color information

#AFA561 (or 0xAFA561) is unknown color: approx Gimblet. HEX triplet: AF, A5 and 61. RGB value is (175,165,97). Sum of RGB (Red+Green+Blue) = 175+165+97=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA561 is #505A9E. Grayscale: #A0A0A0. Windows color (decimal): -5266079 or 6399407. OLE color: 6399407.

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

Color convert

RGB17516597-
CMYK00.060.450.31
HSL52.31º32.77%53.33%-
HSV(B)52.31º44.57%68.63%-
XYZ33.2936.8916.67-
YUV160.2492.31138.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 165 (64.84% from 255) = 37.76%
BLUE value IS 97 (38.28% from 255) = 22.20%
R=40.05%
G=37.76%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751659700.060.450.3152.3132.7753.33
HexAFA561062D1F342135
Octal257245141065537644165
Binary10101111101001011100001011010110111111110100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA561; }

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

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

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

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

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

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

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

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