#A99E34

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

Shades of Brass #A99E34

Tints of Brass #A99E34

Color information

#A99E34 (or 0xA99E34) is unknown color: approx Brass. HEX triplet: A9, 9E and 34. RGB value is (169,158,52). Sum of RGB (Red+Green+Blue) = 169+158+52=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 52 (20.70% from 255 or 13.72% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A99E34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99E34 is #5661CB. Grayscale: #959595. Windows color (decimal): -5661132 or 3448489. OLE color: 3448489.

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

Color convert

RGB16915852-
CMYK00.070.690.34
HSL54.36º52.94%43.33%-
HSV(B)54.36º69.23%66.27%-
XYZ29.2133.148.11-
YUV149.273.14142.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.59%
GREEN value IS 158 (62.11% from 255) = 41.69%
BLUE value IS 52 (20.70% from 255) = 13.72%
R=44.59%
G=41.69%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691585200.070.690.3454.3652.9443.33
HexA99E3407452236352b
Octal251236640710542666553
Binary101010011001111011010001111000101100010110110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99E34; }

 p { color: rgb(169,158,52); }

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

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

 a { background-color: rgb(169,158,52); }

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

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

 span { border-color: rgb(169,158,52); }

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