#AFA765

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

Shades of Gimblet #AFA765

Tints of Gimblet #AFA765

Color information

#AFA765 (or 0xAFA765) is unknown color: approx Gimblet. HEX triplet: AF, A7 and 65. RGB value is (175,167,101). Sum of RGB (Red+Green+Blue) = 175+167+101=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 167 (65.62% from 255 or 37.70% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA765 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA765 is #50589A. Grayscale: #A2A2A2. Windows color (decimal): -5265563 or 6662063. OLE color: 6662063.

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

Color convert

RGB175167101-
CMYK00.050.420.31
HSL53.51º31.62%54.12%-
HSV(B)53.51º42.29%68.63%-
XYZ33.8537.6917.8-
YUV161.8793.65137.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.50%
GREEN value IS 167 (65.62% from 255) = 37.70%
BLUE value IS 101 (39.84% from 255) = 22.80%
R=39.50%
G=37.70%
B=22.80%

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
Decimal17516710100.050.420.3153.5131.6254.12
HexAFA765052A1F362036
Octal257247145055237664066
Binary10101111101001111100101010110101011111110110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA765; }

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

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

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

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

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

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

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

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