Html Css Color HEX #A19F4D Brass

📋 copy color: '#A19F4D'

red 161 ◦ green 159 ◦ blue 77

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

Shades of Brass #A19F4D

Tints of Brass #A19F4D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.05%

 BLUE value IS 77 (30.47% from 255) = 19.4%

R = 40.55%
G = 40.05%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#A19F4D (or 0xA19F4D) is known color: Brass. HEX triplet: A1, 9F and 4D. RGB value is (161,159,77). Sum of RGB (Red+Green+Blue) = 161+159+77=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19F4D is #5E60B2. Grayscale: #969696. Windows color (decimal): -6185139 or 5087137. OLE color: 5087137.

HSL color Cylindrical-coordinate representation of color #A19F4D: hue angle of 58.57º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A19F4D is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 159 77 -
CMYK 0 0.01 0.52 0.37
HSL 58.57º 0.35% 0.47% -
HSV(B) 58.57º 0.52% 0.63% -
XYZ 28.44 32.91 11.87 -
YUV 150.25 86.66 135.67 -
System Red Green Blue C M Y K H S L
Decimal 161 159 77 0 0.01 0.52 0.37 58.57 0.35 0.47
Hex A1 9F 4D 0 1 34 25 3B 23 2F
Octal 241 237 115 0 1 64 45 73 43 57
Binary 10100001 10011111 1001101 0 1 110100 100101 111011 100011 101111

Color Harmonies of #A19F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19F4D

Black with #A19F4D

Text Example


Text Example

White with #A19F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19F4D; }

 p { color: rgb(161,159,77); }

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

background-color css

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

 a { background-color: rgb(161,159,77); }

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

border-color css

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

 span { border-color: rgb(161,159,77); }

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