Html Css Color HEX #A2A035 Brass

📋 copy color: '#A2A035'

red 162 ◦ green 160 ◦ blue 53

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

Shades of Brass #A2A035

Tints of Brass #A2A035

RGB

 RED value IS 162 (63.67% from 255) = 43.2%

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

 BLUE value IS 53 (21.09% from 255) = 14.13%

R = 43.2%
G = 42.67%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A2A035 (or 0xA2A035) is known color: Brass. HEX triplet: A2, A0 and 35. RGB value is (162,160,53). Sum of RGB (Red+Green+Blue) = 162+160+53=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A035 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A035 is #5D5FCA. Grayscale: #949494. Windows color (decimal): -6119371 or 3514530. OLE color: 3514530.

HSL color Cylindrical-coordinate representation of color #A2A035: hue angle of 58.9º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A2A035 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 160 53 -
CMYK 0 0.01 0.67 0.36
HSL 58.9º 0.51% 0.42% -
HSV(B) 58.9º 0.67% 0.64% -
XYZ 28.11 33.08 8.27 -
YUV 148.4 74.16 137.7 -
System Red Green Blue C M Y K H S L
Decimal 162 160 53 0 0.01 0.67 0.36 58.9 0.51 0.42
Hex A2 A0 35 0 1 43 24 3B 33 2A
Octal 242 240 65 0 1 103 44 73 63 52
Binary 10100010 10100000 110101 0 1 1000011 100100 111011 110011 101010

Color Harmonies of #A2A035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A035

Black with #A2A035

Text Example


Text Example

White with #A2A035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A035; }

 p { color: rgb(162,160,53); }

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

background-color css

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

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

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

border-color css

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

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

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