#AFA86D

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

Shades of Gimblet #AFA86D

Tints of Gimblet #AFA86D

Color information

#AFA86D (or 0xAFA86D) is unknown color: approx Gimblet. HEX triplet: AF, A8 and 6D. RGB value is (175,168,109). Sum of RGB (Red+Green+Blue) = 175+168+109=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA86D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA86D is #505792. Grayscale: #A3A3A3. Windows color (decimal): -5265299 or 7186607. OLE color: 7186607.

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

Color convert

RGB175168109-
CMYK00.040.380.31
HSL53.64º29.2%55.69%-
HSV(B)53.64º37.71%68.63%-
XYZ34.4438.2220.03-
YUV163.3797.32136.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.72%
GREEN value IS 168 (66.02% from 255) = 37.17%
BLUE value IS 109 (42.97% from 255) = 24.12%
R=38.72%
G=37.17%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516810900.040.380.3153.6429.255.69
HexAFA86D04261F361d38
Octal257250155044637663570
Binary1010111110101000110110101001001101111111011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA86D; }

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

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

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

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

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

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

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

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