#AFA665

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

Shades of Gimblet #AFA665

Tints of Gimblet #AFA665

Color information

#AFA665 (or 0xAFA665) is unknown color: approx Gimblet. HEX triplet: AF, A6 and 65. RGB value is (175,166,101). Sum of RGB (Red+Green+Blue) = 175+166+101=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 101 (39.84% from 255 or 22.85% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA665 is #50599A. Grayscale: #A1A1A1. Windows color (decimal): -5265819 or 6661807. OLE color: 6661807.

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

Color convert

RGB175166101-
CMYK00.050.420.31
HSL52.7º31.62%54.12%-
HSV(B)52.7º42.29%68.63%-
XYZ33.6637.3317.74-
YUV161.2893.98137.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.59%
GREEN value IS 166 (65.23% from 255) = 37.56%
BLUE value IS 101 (39.84% from 255) = 22.85%
R=39.59%
G=37.56%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516610100.050.420.3152.731.6254.12
HexAFA665052A1F352036
Octal257246145055237654066
Binary10101111101001101100101010110101011111110101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA665; }

 p { color: rgb(175,166,101); }

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

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

 a { background-color: rgb(175,166,101); }

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

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

 span { border-color: rgb(175,166,101); }

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