#A8A93B

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

Shades of Brass #A8A93B

Tints of Brass #A8A93B

Color information

#A8A93B (or 0xA8A93B) is unknown color: approx Brass. HEX triplet: A8, A9 and 3B. RGB value is (168,169,59). Sum of RGB (Red+Green+Blue) = 168+169+59=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A93B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A93B is #5756C4. Grayscale: #9C9C9C. Windows color (decimal): -5723845 or 3910056. OLE color: 3910056.

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

Color convert

RGB16816959-
CMYK0.0100.650.34
HSL60.55º48.25%44.71%-
HSV(B)60.55º65.09%66.27%-
XYZ31.1337.029.64-
YUV156.1673.17136.44-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.42%
GREEN value IS 169 (66.41% from 255) = 42.68%
BLUE value IS 59 (23.44% from 255) = 14.90%
R=42.42%
G=42.68%
B=14.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168169590.0100.650.3460.5548.2544.71
HexA8A93B1041223d302d
Octal250251731010142756055
Binary1010100010101001111011101000001100010111101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A93B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A93B; }

 p { color: rgb(168,169,59); }

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

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

 a { background-color: rgb(168,169,59); }

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

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

 span { border-color: rgb(168,169,59); }

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