#AFA667

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

Shades of Gimblet #AFA667

Tints of Gimblet #AFA667

Color information

#AFA667 (or 0xAFA667) is unknown color: approx Gimblet. HEX triplet: AF, A6 and 67. RGB value is (175,166,103). Sum of RGB (Red+Green+Blue) = 175+166+103=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 103 (40.62% from 255 or 23.20% from 444); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA667 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA667 is #505998. Grayscale: #A1A1A1. Windows color (decimal): -5265817 or 6792879. OLE color: 6792879.

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

Color convert

RGB175166103-
CMYK00.050.410.31
HSL52.5º31.03%54.51%-
HSV(B)52.5º41.14%68.63%-
XYZ33.7637.3718.26-
YUV161.5194.98137.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.41%
GREEN value IS 166 (65.23% from 255) = 37.39%
BLUE value IS 103 (40.62% from 255) = 23.20%
R=39.41%
G=37.39%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516610300.050.410.3152.531.0354.51
HexAFA66705291F341f37
Octal257246147055137643767
Binary1010111110100110110011101011010011111111010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA667; }

 p { color: rgb(175,166,103); }

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

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

 a { background-color: rgb(175,166,103); }

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

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

 span { border-color: rgb(175,166,103); }

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