Html Css Color HEX #A29E4A Brass

📋 copy color: '#A29E4A'

red 162 ◦ green 158 ◦ blue 74

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

Shades of Brass #A29E4A

Tints of Brass #A29E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.78%

R = 41.12%
G = 40.1%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A29E4A (or 0xA29E4A) is known color: Brass. HEX triplet: A2, 9E and 4A. RGB value is (162,158,74). Sum of RGB (Red+Green+Blue) = 162+158+74=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29E4A is #5D61B5. Grayscale: #959595. Windows color (decimal): -6119862 or 4890274. OLE color: 4890274.

HSL color Cylindrical-coordinate representation of color #A29E4A: hue angle of 57.27º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A29E4A is Cyan = 0, Magento = 0.02, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 158 74 -
CMYK 0 0.02 0.54 0.36
HSL 57.27º 0.37% 0.46% -
HSV(B) 57.27º 0.54% 0.64% -
XYZ 28.36 32.63 11.28 -
YUV 149.62 85.33 136.83 -
System Red Green Blue C M Y K H S L
Decimal 162 158 74 0 0.02 0.54 0.36 57.27 0.37 0.46
Hex A2 9E 4A 0 2 36 24 39 25 2E
Octal 242 236 112 0 2 66 44 71 45 56
Binary 10100010 10011110 1001010 0 10 110110 100100 111001 100101 101110

Color Harmonies of #A29E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29E4A

Black with #A29E4A

Text Example


Text Example

White with #A29E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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