#AFA761

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

Shades of Gimblet #AFA761

Tints of Gimblet #AFA761

Color information

#AFA761 (or 0xAFA761) is unknown color: approx Gimblet. HEX triplet: AF, A7 and 61. RGB value is (175,167,97). Sum of RGB (Red+Green+Blue) = 175+167+97=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA761 is #50589E. Grayscale: #A1A1A1. Windows color (decimal): -5265567 or 6399919. OLE color: 6399919.

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

Color convert

RGB17516797-
CMYK00.050.450.31
HSL53.85º32.77%53.33%-
HSV(B)53.85º44.57%68.63%-
XYZ33.6637.6116.8-
YUV161.4191.65137.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.86%
GREEN value IS 167 (65.62% from 255) = 38.04%
BLUE value IS 97 (38.28% from 255) = 22.10%
R=39.86%
G=38.04%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751679700.050.450.3153.8532.7753.33
HexAFA761052D1F362135
Octal257247141055537664165
Binary10101111101001111100001010110110111111110110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA761; }

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

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

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

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

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

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

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

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