#AFA96D

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

Shades of Gimblet #AFA96D

Tints of Gimblet #AFA96D

Color information

#AFA96D (or 0xAFA96D) is unknown color: approx Gimblet. HEX triplet: AF, A9 and 6D. RGB value is (175,169,109). Sum of RGB (Red+Green+Blue) = 175+169+109=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA96D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA96D is #505692. Grayscale: #A4A4A4. Windows color (decimal): -5265043 or 7186863. OLE color: 7186863.

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

Color convert

RGB175169109-
CMYK00.030.380.31
HSL54.55º29.2%55.69%-
HSV(B)54.55º37.71%68.63%-
XYZ34.6338.5920.09-
YUV163.9596.99135.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.63%
GREEN value IS 169 (66.41% from 255) = 37.31%
BLUE value IS 109 (42.97% from 255) = 24.06%
R=38.63%
G=37.31%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516910900.030.380.3154.5529.255.69
HexAFA96D03261F371d38
Octal257251155034637673570
Binary101011111010100111011010111001101111111011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA96D; }

 p { color: rgb(175,169,109); }

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

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

 a { background-color: rgb(175,169,109); }

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

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

 span { border-color: rgb(175,169,109); }

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