#AFA261

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

Shades of Gimblet #AFA261

Tints of Gimblet #AFA261

Color information

#AFA261 (or 0xAFA261) is unknown color: approx Gimblet. HEX triplet: AF, A2 and 61. RGB value is (175,162,97). Sum of RGB (Red+Green+Blue) = 175+162+97=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 97 (38.28% from 255 or 22.35% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA261 is #505D9E. Grayscale: #9E9E9E. Windows color (decimal): -5266847 or 6398639. OLE color: 6398639.

HSL color Cylindrical-coordinate representation of color #AFA261: hue angle of 50º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFA261 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB17516297-
CMYK00.070.450.31
HSL50º32.77%53.33%-
HSV(B)50º44.57%68.63%-
XYZ32.7635.8216.5-
YUV158.4893.31139.79-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 40.32%
GREEN value IS 162 (63.67% from 255) = 37.33%
BLUE value IS 97 (38.28% from 255) = 22.35%
R=40.32%
G=37.33%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751629700.070.450.315032.7753.33
HexAFA261072D1F322135
Octal257242141075537624165
Binary10101111101000101100001011110110111111110010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA261; }

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

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

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

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

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

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

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

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