#AFA267

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

Shades of Gimblet #AFA267

Tints of Gimblet #AFA267

Color information

#AFA267 (or 0xAFA267) is unknown color: approx Gimblet. HEX triplet: AF, A2 and 67. RGB value is (175,162,103). Sum of RGB (Red+Green+Blue) = 175+162+103=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 103 (40.62% from 255 or 23.41% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA267 is #505D98. Grayscale: #9F9F9F. Windows color (decimal): -5266841 or 6791855. OLE color: 6791855.

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

Color convert

RGB175162103-
CMYK00.070.410.31
HSL49.17º31.03%54.51%-
HSV(B)49.17º41.14%68.63%-
XYZ33.0535.9318.03-
YUV159.1696.31139.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 39.77%
GREEN value IS 162 (63.67% from 255) = 36.82%
BLUE value IS 103 (40.62% from 255) = 23.41%
R=39.77%
G=36.82%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516210300.070.410.3149.1731.0354.51
HexAFA26707291F311f37
Octal257242147075137613767
Binary1010111110100010110011101111010011111111000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA267; }

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

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

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

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

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

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

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

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