Html Css Color HEX #A0A941 Brass

📋 copy color: '#A0A941'

red 160 ◦ green 169 ◦ blue 65

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

Shades of Brass #A0A941

Tints of Brass #A0A941

RGB

 RED value IS 160 (62.89% from 255) = 40.61%

 GREEN value IS 169 (66.41% from 255) = 42.89%

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

R = 40.61%
G = 42.89%
B = 16.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A0A941 (or 0xA0A941) is known color: Brass. HEX triplet: A0, A9 and 41. RGB value is (160,169,65). Sum of RGB (Red+Green+Blue) = 160+169+65=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A941 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A941 is #5F56BE. Grayscale: #9A9A9A. Windows color (decimal): -6248127 or 4303264. OLE color: 4303264.

HSL color Cylindrical-coordinate representation of color #A0A941: hue angle of 65.19º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0A941 is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 169 65 -
CMYK 0.05 0 0.62 0.34
HSL 65.19º 0.44% 0.46% -
HSV(B) 65.19º 0.62% 0.66% -
XYZ 29.64 36.23 10.43 -
YUV 154.45 77.52 131.96 -
System Red Green Blue C M Y K H S L
Decimal 160 169 65 0.05 0 0.62 0.34 65.19 0.44 0.46
Hex A0 A9 41 5 0 3E 22 41 2C 2E
Octal 240 251 101 5 0 76 42 101 54 56
Binary 10100000 10101001 1000001 101 0 111110 100010 1000001 101100 101110

Color Harmonies of #A0A941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A941

Black with #A0A941

Text Example


Text Example

White with #A0A941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A941; }

 p { color: rgb(160,169,65); }

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

background-color css

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

 a { background-color: rgb(160,169,65); }

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

border-color css

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

 span { border-color: rgb(160,169,65); }

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