#A29C45

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

Shades of Brass #A29C45

Tints of Brass #A29C45

Color information

#A29C45 (or 0xA29C45) is unknown color: approx Brass. HEX triplet: A2, 9C and 45. RGB value is (162,156,69). Sum of RGB (Red+Green+Blue) = 162+156+69=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29C45 is #5D63BA. Grayscale: #949494. Windows color (decimal): -6120379 or 4562082. OLE color: 4562082.

HSL color Cylindrical-coordinate representation of color #A29C45: hue angle of 56.13º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A29C45 is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16215669-
CMYK00.040.570.36
HSL56.13º40.26%45.29%-
HSV(B)56.13º57.41%63.53%-
XYZ27.8631.8910.32-
YUV147.8883.49138.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.86%
GREEN value IS 156 (61.33% from 255) = 40.31%
BLUE value IS 69 (27.34% from 255) = 17.83%
R=41.86%
G=40.31%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621566900.040.570.3656.1340.2645.29
HexA29C4504392438282d
Octal242234105047144705055
Binary101000101001110010001010100111001100100111000101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C45; }

 p { color: rgb(162,156,69); }

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

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

 a { background-color: rgb(162,156,69); }

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

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

 span { border-color: rgb(162,156,69); }

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