#AFA762

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

Shades of Gimblet #AFA762

Tints of Gimblet #AFA762

Color information

#AFA762 (or 0xAFA762) is unknown color: approx Gimblet. HEX triplet: AF, A7 and 62. RGB value is (175,167,98). Sum of RGB (Red+Green+Blue) = 175+167+98=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA762 is #50589D. Grayscale: #A1A1A1. Windows color (decimal): -5265566 or 6465455. OLE color: 6465455.

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

Color convert

RGB17516798-
CMYK00.050.440.31
HSL53.77º32.49%53.53%-
HSV(B)53.77º44%68.63%-
XYZ33.737.6317.04-
YUV161.5392.15137.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 167 (65.62% from 255) = 37.95%
BLUE value IS 98 (38.67% from 255) = 22.27%
R=39.77%
G=37.95%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751679800.050.440.3153.7732.4953.53
HexAFA762052C1F362036
Octal257247142055437664066
Binary10101111101001111100010010110110011111110110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA762; }

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

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

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

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

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

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

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

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