#A8A25C

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

Shades of Gimblet #A8A25C

Tints of Gimblet #A8A25C

Color information

#A8A25C (or 0xA8A25C) is unknown color: approx Gimblet. HEX triplet: A8, A2 and 5C. RGB value is (168,162,92). Sum of RGB (Red+Green+Blue) = 168+162+92=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 92 (36.33% from 255 or 21.80% from 422); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A25C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8A25C is #575DA3. Grayscale: #9C9C9C. Windows color (decimal): -5725604 or 6070952. OLE color: 6070952.

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

Color convert

RGB16816292-
CMYK00.040.450.34
HSL55.26º30.4%50.98%-
HSV(B)55.26º45.24%65.88%-
XYZ3134.9415.24-
YUV155.8191.99136.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.81%
GREEN value IS 162 (63.67% from 255) = 38.39%
BLUE value IS 92 (36.33% from 255) = 21.80%
R=39.81%
G=38.39%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681629200.040.450.3455.2630.450.98
HexA8A25C042D22371e33
Octal250242134045542673663
Binary10101000101000101011100010010110110001011011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A25C; }

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

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

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

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

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

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

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

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