Html Css Color HEX #A29E40 Brass

📋 copy color: '#A29E40'

red 162 ◦ green 158 ◦ blue 64

#A29E40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #A29E40

Tints of Brass #A29E40

RGB

 RED value IS 162 (63.67% from 255) = 42.19%

 GREEN value IS 158 (62.11% from 255) = 41.15%

 BLUE value IS 64 (25.39% from 255) = 16.67%

R = 42.19%
G = 41.15%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A29E40 (or 0xA29E40) is known color: Brass. HEX triplet: A2, 9E and 40. RGB value is (162,158,64). Sum of RGB (Red+Green+Blue) = 162+158+64=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29E40 is #5D61BF. Grayscale: #949494. Windows color (decimal): -6119872 or 4234914. OLE color: 4234914.

HSL color Cylindrical-coordinate representation of color #A29E40: hue angle of 57.55º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A29E40 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 158 64 -
CMYK 0 0.02 0.60 0.36
HSL 57.55º 0.43% 0.44% -
HSV(B) 57.55º 0.6% 0.64% -
XYZ 28.05 32.51 9.65 -
YUV 148.48 80.33 137.64 -
System Red Green Blue C M Y K H S L
Decimal 162 158 64 0 0.02 0.60 0.36 57.55 0.43 0.44
Hex A2 9E 40 0 2 3C 24 3A 2B 2C
Octal 242 236 100 0 2 74 44 72 53 54
Binary 10100010 10011110 1000000 0 10 111100 100100 111010 101011 101100

Color Harmonies of #A29E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29E40

Black with #A29E40

Text Example


Text Example

White with #A29E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29E40; }

 p { color: rgb(162,158,64); }

 H1.HeaderClassName
 {
   color: #A29E40;
 }
 .AnyTagClassName
 {
   color: #A29E40;
 }
</style>

background-color css

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

 a { background-color: rgb(162,158,64); }

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

border-color css

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

 span { border-color: rgb(162,158,64); }

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