#AFA363

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

Shades of Gimblet #AFA363

Tints of Gimblet #AFA363

Color information

#AFA363 (or 0xAFA363) is unknown color: approx Gimblet. HEX triplet: AF, A3 and 63. RGB value is (175,163,99). Sum of RGB (Red+Green+Blue) = 175+163+99=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 99 (39.06% from 255 or 22.65% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA363 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA363 is #505C9C. Grayscale: #9F9F9F. Windows color (decimal): -5266589 or 6529967. OLE color: 6529967.

HSL color Cylindrical-coordinate representation of color #AFA363: hue angle of 50.53º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFA363 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB17516399-
CMYK00.070.430.31
HSL50.53º32.2%53.73%-
HSV(B)50.53º43.43%68.63%-
XYZ33.0336.2117.05-
YUV159.2993.98139.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.05%
GREEN value IS 163 (64.06% from 255) = 37.30%
BLUE value IS 99 (39.06% from 255) = 22.65%
R=40.05%
G=37.30%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751639900.070.430.3150.5332.253.73
HexAFA363072B1F332036
Octal257243143075337634066
Binary10101111101000111100011011110101111111110011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA363; }

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

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

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

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

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

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

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

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