#AFA556

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

Shades of Gimblet #AFA556

Tints of Gimblet #AFA556

Color information

#AFA556 (or 0xAFA556) is unknown color: approx Gimblet. HEX triplet: AF, A5 and 56. RGB value is (175,165,86). Sum of RGB (Red+Green+Blue) = 175+165+86=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA556 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA556 is #505AA9. Grayscale: #9F9F9F. Windows color (decimal): -5266090 or 5678511. OLE color: 5678511.

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

Color convert

RGB17516586-
CMYK00.060.510.31
HSL53.26º35.74%51.18%-
HSV(B)53.26º50.86%68.63%-
XYZ32.8136.714.16-
YUV158.9886.81139.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 41.08%
GREEN value IS 165 (64.84% from 255) = 38.73%
BLUE value IS 86 (33.98% from 255) = 20.19%
R=41.08%
G=38.73%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751658600.060.510.3153.2635.7451.18
HexAFA55606331F352433
Octal257245126066337654463
Binary10101111101001011010110011011001111111110101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA556; }

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

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

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

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

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

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

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

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