#A8A263

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

Shades of Gimblet #A8A263

Tints of Gimblet #A8A263

Color information

#A8A263 (or 0xA8A263) is unknown color: approx Gimblet. HEX triplet: A8, A2 and 63. RGB value is (168,162,99). Sum of RGB (Red+Green+Blue) = 168+162+99=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A263 is #575D9C. Grayscale: #9C9C9C. Windows color (decimal): -5725597 or 6529704. OLE color: 6529704.

HSL color Cylindrical-coordinate representation of color #A8A263: hue angle of 54.78º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A8A263 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.34.

Color convert

RGB16816299-
CMYK00.040.410.34
HSL54.78º28.4%52.35%-
HSV(B)54.78º41.07%65.88%-
XYZ31.3235.0716.92-
YUV156.6195.49136.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.16%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 99 (39.06% from 255) = 23.08%
R=39.16%
G=37.76%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681629900.040.410.3454.7828.452.35
HexA8A263042922371c34
Octal250242143045142673464
Binary10101000101000101100011010010100110001011011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A263; }

 p { color: rgb(168,162,99); }

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

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

 a { background-color: rgb(168,162,99); }

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

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

 span { border-color: rgb(168,162,99); }

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