Html Css Color HEX #A19E40 Brass

📋 copy color: '#A19E40'

red 161 ◦ green 158 ◦ blue 64

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

Shades of Brass #A19E40

Tints of Brass #A19E40

RGB

 RED value IS 161 (63.28% from 255) = 42.04%

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

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

R = 42.04%
G = 41.25%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#A19E40 (or 0xA19E40) is known color: Brass. HEX triplet: A1, 9E and 40. RGB value is (161,158,64). Sum of RGB (Red+Green+Blue) = 161+158+64=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 158 (62.11% from 255 or 41.25% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19E40 is #5E61BF. Grayscale: #949494. Windows color (decimal): -6185408 or 4234913. OLE color: 4234913.

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

Color convert

RGB 161 158 64 -
CMYK 0 0.02 0.60 0.37
HSL 58.14º 0.43% 0.44% -
HSV(B) 58.14º 0.6% 0.63% -
XYZ 27.85 32.4 9.64 -
YUV 148.18 80.49 137.14 -
System Red Green Blue C M Y K H S L
Decimal 161 158 64 0 0.02 0.60 0.37 58.14 0.43 0.44
Hex A1 9E 40 0 2 3C 25 3A 2B 2C
Octal 241 236 100 0 2 74 45 72 53 54
Binary 10100001 10011110 1000000 0 10 111100 100101 111010 101011 101100

Color Harmonies of #A19E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19E40

Black with #A19E40

Text Example


Text Example

White with #A19E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19E40; }

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

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

background-color css

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

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

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

border-color css

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

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

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