Html Css Color HEX #A29E48 Brass

📋 copy color: '#A29E48'

red 162 ◦ green 158 ◦ blue 72

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

Shades of Brass #A29E48

Tints of Brass #A29E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.37%

R = 41.33%
G = 40.31%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A29E48 (or 0xA29E48) is known color: Brass. HEX triplet: A2, 9E and 48. RGB value is (162,158,72). Sum of RGB (Red+Green+Blue) = 162+158+72=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29E48 is #5D61B7. Grayscale: #959595. Windows color (decimal): -6119864 or 4759202. OLE color: 4759202.

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

Color convert

RGB 162 158 72 -
CMYK 0 0.02 0.56 0.36
HSL 57.33º 0.38% 0.46% -
HSV(B) 57.33º 0.56% 0.64% -
XYZ 28.3 32.6 10.93 -
YUV 149.39 84.33 136.99 -
System Red Green Blue C M Y K H S L
Decimal 162 158 72 0 0.02 0.56 0.36 57.33 0.38 0.46
Hex A2 9E 48 0 2 38 24 39 26 2E
Octal 242 236 110 0 2 70 44 71 46 56
Binary 10100010 10011110 1001000 0 10 111000 100100 111001 100110 101110

Color Harmonies of #A29E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29E48

Black with #A29E48

Text Example


Text Example

White with #A29E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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