#AFAA6D

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

Shades of Gimblet #AFAA6D

Tints of Gimblet #AFAA6D

Color information

#AFAA6D (or 0xAFAA6D) is unknown color: approx Gimblet. HEX triplet: AF, AA and 6D. RGB value is (175,170,109). Sum of RGB (Red+Green+Blue) = 175+170+109=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 109 (42.97% from 255 or 24.01% from 454); Max value from RGB is 175 - color contains mainly: red. Hex color #AFAA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFAA6D is #505592. Grayscale: #A4A4A4. Windows color (decimal): -5264787 or 7187119. OLE color: 7187119.

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

Color convert

RGB175170109-
CMYK00.030.380.31
HSL55.45º29.2%55.69%-
HSV(B)55.45º37.71%68.63%-
XYZ34.8138.9720.15-
YUV164.5496.66135.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 38.55%
GREEN value IS 170 (66.80% from 255) = 37.44%
BLUE value IS 109 (42.97% from 255) = 24.01%
R=38.55%
G=37.44%
B=24.01%

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
Decimal17517010900.030.380.3155.4529.255.69
HexAFAA6D03261F371d38
Octal257252155034637673570
Binary101011111010101011011010111001101111111011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAA6D; }

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

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

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

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

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

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

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

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