#AFA36A

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

Shades of Gimblet #AFA36A

Tints of Gimblet #AFA36A

Color information

#AFA36A (or 0xAFA36A) is unknown color: approx Gimblet. HEX triplet: AF, A3 and 6A. RGB value is (175,163,106). Sum of RGB (Red+Green+Blue) = 175+163+106=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA36A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA36A is #505C95. Grayscale: #A0A0A0. Windows color (decimal): -5266582 or 6988719. OLE color: 6988719.

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

Color convert

RGB175163106-
CMYK00.070.390.31
HSL49.57º30.13%55.1%-
HSV(B)49.57º39.43%68.63%-
XYZ33.3836.3518.89-
YUV160.0997.48138.63-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 163 (64.06% from 255) = 36.71%
BLUE value IS 106 (41.80% from 255) = 23.87%
R=39.41%
G=36.71%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516310600.070.390.3149.5730.1355.1
HexAFA36A07271F321e37
Octal257243152074737623667
Binary1010111110100011110101001111001111111111001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA36A; }

 p { color: rgb(175,163,106); }

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

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

 a { background-color: rgb(175,163,106); }

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

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

 span { border-color: rgb(175,163,106); }

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