Html Css Color HEX #A0A041 Brass

📋 copy color: '#A0A041'

red 160 ◦ green 160 ◦ blue 65

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

Shades of Brass #A0A041

Tints of Brass #A0A041

RGB

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

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

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

R = 41.56%
G = 41.56%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#A0A041 (or 0xA0A041) is known color: Brass. HEX triplet: A0, A0 and 41. RGB value is (160,160,65). Sum of RGB (Red+Green+Blue) = 160+160+65=385 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.56% from 385); Green value is 160 (62.89% from 255 or 41.56% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A041 is #5F5FBE. Grayscale: #959595. Windows color (decimal): -6250431 or 4300960. OLE color: 4300960.

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

Color convert

RGB 160 160 65 -
CMYK 0 0 0.59 0.37
HSL 60º 0.42% 0.44% -
HSV(B) 60º 0.59% 0.63% -
XYZ 28.02 33 9.89 -
YUV 149.17 80.5 135.72 -
System Red Green Blue C M Y K H S L
Decimal 160 160 65 0 0 0.59 0.37 60 0.42 0.44
Hex A0 A0 41 0 0 3B 25 3C 2A 2C
Octal 240 240 101 0 0 73 45 74 52 54
Binary 10100000 10100000 1000001 0 0 111011 100101 111100 101010 101100

Color Harmonies of #A0A041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A041

Black with #A0A041

Text Example


Text Example

White with #A0A041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A041; }

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

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

background-color css

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

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

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

border-color css

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

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

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