#AFA46C

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

Shades of Gimblet #AFA46C

Tints of Gimblet #AFA46C

Color information

#AFA46C (or 0xAFA46C) is unknown color: approx Gimblet. HEX triplet: AF, A4 and 6C. RGB value is (175,164,108). Sum of RGB (Red+Green+Blue) = 175+164+108=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA46C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA46C is #505B93. Grayscale: #A1A1A1. Windows color (decimal): -5266324 or 7120047. OLE color: 7120047.

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

Color convert

RGB175164108-
CMYK00.060.380.31
HSL50.15º29.52%55.49%-
HSV(B)50.15º38.29%68.63%-
XYZ33.6636.7519.51-
YUV160.998.14138.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.15%
GREEN value IS 164 (64.45% from 255) = 36.69%
BLUE value IS 108 (42.58% from 255) = 24.16%
R=39.15%
G=36.69%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516410800.060.380.3150.1529.5255.49
HexAFA46C06261F321e37
Octal257244154064637623667
Binary1010111110100100110110001101001101111111001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA46C; }

 p { color: rgb(175,164,108); }

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

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

 a { background-color: rgb(175,164,108); }

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

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

 span { border-color: rgb(175,164,108); }

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