Html Css Color HEX #A29E3A Brass

📋 copy color: '#A29E3A'

red 162 ◦ green 158 ◦ blue 58

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

Shades of Brass #A29E3A

Tints of Brass #A29E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.34%

R = 42.86%
G = 41.8%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A29E3A (or 0xA29E3A) is known color: Brass. HEX triplet: A2, 9E and 3A. RGB value is (162,158,58). Sum of RGB (Red+Green+Blue) = 162+158+58=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29E3A is #5D61C5. Grayscale: #949494. Windows color (decimal): -6119878 or 3841698. OLE color: 3841698.

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

Color convert

RGB 162 158 58 -
CMYK 0 0.02 0.64 0.36
HSL 57.69º 0.47% 0.43% -
HSV(B) 57.69º 0.64% 0.64% -
XYZ 27.89 32.44 8.79 -
YUV 147.8 77.33 138.13 -
System Red Green Blue C M Y K H S L
Decimal 162 158 58 0 0.02 0.64 0.36 57.69 0.47 0.43
Hex A2 9E 3A 0 2 40 24 3A 2F 2B
Octal 242 236 72 0 2 100 44 72 57 53
Binary 10100010 10011110 111010 0 10 1000000 100100 111010 101111 101011

Color Harmonies of #A29E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29E3A

Black with #A29E3A

Text Example


Text Example

White with #A29E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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