#AFA364

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

Shades of Gimblet #AFA364

Tints of Gimblet #AFA364

Color information

#AFA364 (or 0xAFA364) is unknown color: approx Gimblet. HEX triplet: AF, A3 and 64. RGB value is (175,163,100). Sum of RGB (Red+Green+Blue) = 175+163+100=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 100 (39.45% from 255 or 22.83% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA364 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA364 is #505C9B. Grayscale: #9F9F9F. Windows color (decimal): -5266588 or 6595503. OLE color: 6595503.

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

Color convert

RGB175163100-
CMYK00.070.430.31
HSL50.4º31.91%53.92%-
HSV(B)50.4º42.86%68.63%-
XYZ33.0836.2317.31-
YUV159.4194.48139.12-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.95%
GREEN value IS 163 (64.06% from 255) = 37.21%
BLUE value IS 100 (39.45% from 255) = 22.83%
R=39.95%
G=37.21%
B=22.83%

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
Decimal17516310000.070.430.3150.431.9153.92
HexAFA364072B1F322036
Octal257243144075337624066
Binary10101111101000111100100011110101111111110010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA364; }

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

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

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

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

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

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

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

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