#AFA568

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

Shades of Gimblet #AFA568

Tints of Gimblet #AFA568

Color information

#AFA568 (or 0xAFA568) is unknown color: approx Gimblet. HEX triplet: AF, A5 and 68. RGB value is (175,165,104). Sum of RGB (Red+Green+Blue) = 175+165+104=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 104 (41.02% from 255 or 23.42% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA568 is #505A97. Grayscale: #A1A1A1. Windows color (decimal): -5266072 or 6858159. OLE color: 6858159.

HSL color Cylindrical-coordinate representation of color #AFA568: hue angle of 51.55º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFA568 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB175165104-
CMYK00.060.410.31
HSL51.55º30.74%54.71%-
HSV(B)51.55º40.57%68.63%-
XYZ33.6337.0218.47-
YUV161.0495.81137.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 165 (64.84% from 255) = 37.16%
BLUE value IS 104 (41.02% from 255) = 23.42%
R=39.41%
G=37.16%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516510400.060.410.3151.5530.7454.71
HexAFA56806291F341f37
Octal257245150065137643767
Binary1010111110100101110100001101010011111111010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA568; }

 p { color: rgb(175,165,104); }

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

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

 a { background-color: rgb(175,165,104); }

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

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

 span { border-color: rgb(175,165,104); }

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