Html Css Color HEX #A0A03E Brass

📋 copy color: '#A0A03E'

red 160 ◦ green 160 ◦ blue 62

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

Shades of Brass #A0A03E

Tints of Brass #A0A03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.23%

R = 41.88%
G = 41.88%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#A0A03E (or 0xA0A03E) is known color: Brass. HEX triplet: A0, A0 and 3E. RGB value is (160,160,62). Sum of RGB (Red+Green+Blue) = 160+160+62=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 62 (24.61% from 255 or 16.23% from 382); Max value from RGB is 160 - color contains mainly: red, green. Hex color #A0A03E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A03E is #5F5FC1. Grayscale: #959595. Windows color (decimal): -6250434 or 4104352. OLE color: 4104352.

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

Color convert

RGB 160 160 62 -
CMYK 0 0 0.61 0.37
HSL 60º 0.44% 0.44% -
HSV(B) 60º 0.61% 0.63% -
XYZ 27.94 32.96 9.45 -
YUV 148.83 79 135.97 -
System Red Green Blue C M Y K H S L
Decimal 160 160 62 0 0 0.61 0.37 60 0.44 0.44
Hex A0 A0 3E 0 0 3D 25 3C 2C 2C
Octal 240 240 76 0 0 75 45 74 54 54
Binary 10100000 10100000 111110 0 0 111101 100101 111100 101100 101100

Color Harmonies of #A0A03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A03E

Black with #A0A03E

Text Example


Text Example

White with #A0A03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A03E; }

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

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

background-color css

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

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

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

border-color css

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

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

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