Html Css Color HEX #A1A03B Brass

📋 copy color: '#A1A03B'

red 161 ◦ green 160 ◦ blue 59

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

Shades of Brass #A1A03B

Tints of Brass #A1A03B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 42.11%

 BLUE value IS 59 (23.44% from 255) = 15.53%

R = 42.37%
G = 42.11%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A1A03B (or 0xA1A03B) is known color: Brass. HEX triplet: A1, A0 and 3B. RGB value is (161,160,59). Sum of RGB (Red+Green+Blue) = 161+160+59=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A1A03B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A03B is #5E5FC4. Grayscale: #959595. Windows color (decimal): -6184901 or 3907745. OLE color: 3907745.

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

Color convert

RGB 161 160 59 -
CMYK 0 0.01 0.63 0.37
HSL 59.41º 0.46% 0.43% -
HSV(B) 59.41º 0.63% 0.63% -
XYZ 28.06 33.03 9.04 -
YUV 148.79 77.33 136.71 -
System Red Green Blue C M Y K H S L
Decimal 161 160 59 0 0.01 0.63 0.37 59.41 0.46 0.43
Hex A1 A0 3B 0 1 3F 25 3B 2E 2B
Octal 241 240 73 0 1 77 45 73 56 53
Binary 10100001 10100000 111011 0 1 111111 100101 111011 101110 101011

Color Harmonies of #A1A03B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A03B

Black with #A1A03B

Text Example


Text Example

White with #A1A03B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A03B; }

 p { color: rgb(161,160,59); }

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

background-color css

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

 a { background-color: rgb(161,160,59); }

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

border-color css

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

 span { border-color: rgb(161,160,59); }

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