#AFA361

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

Shades of Gimblet #AFA361

Tints of Gimblet #AFA361

Color information

#AFA361 (or 0xAFA361) is unknown color: approx Gimblet. HEX triplet: AF, A3 and 61. RGB value is (175,163,97). Sum of RGB (Red+Green+Blue) = 175+163+97=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA361 is #505C9E. Grayscale: #9F9F9F. Windows color (decimal): -5266591 or 6398895. OLE color: 6398895.

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

Color convert

RGB17516397-
CMYK00.070.450.31
HSL50.77º32.77%53.33%-
HSV(B)50.77º44.57%68.63%-
XYZ32.9336.1716.56-
YUV159.0692.98139.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.23%
GREEN value IS 163 (64.06% from 255) = 37.47%
BLUE value IS 97 (38.28% from 255) = 22.30%
R=40.23%
G=37.47%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751639700.070.450.3150.7732.7753.33
HexAFA361072D1F332135
Octal257243141075537634165
Binary10101111101000111100001011110110111111110011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA361; }

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

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

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

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

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

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

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

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