#AFA461

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

Shades of Gimblet #AFA461

Tints of Gimblet #AFA461

Color information

#AFA461 (or 0xAFA461) is unknown color: approx Gimblet. HEX triplet: AF, A4 and 61. RGB value is (175,164,97). Sum of RGB (Red+Green+Blue) = 175+164+97=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA461 is #505B9E. Grayscale: #9F9F9F. Windows color (decimal): -5266335 or 6399151. OLE color: 6399151.

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

Color convert

RGB17516497-
CMYK00.060.450.31
HSL51.54º32.77%53.33%-
HSV(B)51.54º44.57%68.63%-
XYZ33.1136.5316.61-
YUV159.6592.64138.95-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.14%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 97 (38.28% from 255) = 22.25%
R=40.14%
G=37.61%
B=22.25%

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
Decimal1751649700.060.450.3151.5432.7753.33
HexAFA461062D1F342135
Octal257244141065537644165
Binary10101111101001001100001011010110111111110100100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA461; }

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

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

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

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

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

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

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

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