Html Css Color HEX #A19D41 Brass

📋 copy color: '#A19D41'

red 161 ◦ green 157 ◦ blue 65

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

Shades of Brass #A19D41

Tints of Brass #A19D41

RGB

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

 GREEN value IS 157 (61.72% from 255) = 40.99%

 BLUE value IS 65 (25.78% from 255) = 16.97%

R = 42.04%
G = 40.99%
B = 16.97%

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

#A19D41 (or 0xA19D41) is known color: Brass. HEX triplet: A1, 9D and 41. RGB value is (161,157,65). Sum of RGB (Red+Green+Blue) = 161+157+65=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 157 (61.72% from 255 or 40.99% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19D41 is #5E62BE. Grayscale: #949494. Windows color (decimal): -6185663 or 4300193. OLE color: 4300193.

HSL color Cylindrical-coordinate representation of color #A19D41: hue angle of 57.5º degrees, saturation: 0.42, 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 #A19D41 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 157 65 -
CMYK 0 0.02 0.60 0.37
HSL 57.5º 0.42% 0.44% -
HSV(B) 57.5º 0.6% 0.63% -
XYZ 27.71 32.07 9.73 -
YUV 147.71 81.33 137.48 -
System Red Green Blue C M Y K H S L
Decimal 161 157 65 0 0.02 0.60 0.37 57.5 0.42 0.44
Hex A1 9D 41 0 2 3C 25 3A 2A 2C
Octal 241 235 101 0 2 74 45 72 52 54
Binary 10100001 10011101 1000001 0 10 111100 100101 111010 101010 101100

Color Harmonies of #A19D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19D41

Black with #A19D41

Text Example


Text Example

White with #A19D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19D41; }

 p { color: rgb(161,157,65); }

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

background-color css

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

 a { background-color: rgb(161,157,65); }

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

border-color css

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

 span { border-color: rgb(161,157,65); }

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