Html Css Color HEX #A0A139 Brass

📋 copy color: '#A0A139'

red 160 ◦ green 161 ◦ blue 57

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

Shades of Brass #A0A139

Tints of Brass #A0A139

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.59%

 BLUE value IS 57 (22.66% from 255) = 15.08%

R = 42.33%
G = 42.59%
B = 15.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A0A139 (or 0xA0A139) is known color: Brass. HEX triplet: A0, A1 and 39. RGB value is (160,161,57). Sum of RGB (Red+Green+Blue) = 160+161+57=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 57 (22.66% from 255 or 15.08% from 378); Max value from RGB is 161 - color contains mainly: green. Hex color #A0A139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A139 is #5F5EC6. Grayscale: #959595. Windows color (decimal): -6250183 or 3776928. OLE color: 3776928.

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

Color convert

RGB 160 161 57 -
CMYK 0.01 0 0.65 0.37
HSL 60.58º 0.48% 0.43% -
HSV(B) 60.58º 0.65% 0.63% -
XYZ 27.98 33.26 8.82 -
YUV 148.85 76.17 135.96 -
System Red Green Blue C M Y K H S L
Decimal 160 161 57 0.01 0 0.65 0.37 60.58 0.48 0.43
Hex A0 A1 39 1 0 41 25 3D 30 2B
Octal 240 241 71 1 0 101 45 75 60 53
Binary 10100000 10100001 111001 1 0 1000001 100101 111101 110000 101011

Color Harmonies of #A0A139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A139

Black with #A0A139

Text Example


Text Example

White with #A0A139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A139; }

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

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

background-color css

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

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

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

border-color css

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

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

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