Html Css Color HEX #A2A133 Brass

📋 copy color: '#A2A133'

red 162 ◦ green 161 ◦ blue 51

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

Shades of Brass #A2A133

Tints of Brass #A2A133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.64%

R = 43.32%
G = 43.05%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A2A133 (or 0xA2A133) is known color: Brass. HEX triplet: A2, A1 and 33. RGB value is (162,161,51). Sum of RGB (Red+Green+Blue) = 162+161+51=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 161 (63.28% from 255 or 43.05% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A133 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A133 is #5D5ECC. Grayscale: #959595. Windows color (decimal): -6119117 or 3383714. OLE color: 3383714.

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

Color convert

RGB 162 161 51 -
CMYK 0 0.01 0.69 0.36
HSL 59.46º 0.52% 0.42% -
HSV(B) 59.46º 0.69% 0.64% -
XYZ 28.24 33.41 8.09 -
YUV 148.76 72.83 137.44 -
System Red Green Blue C M Y K H S L
Decimal 162 161 51 0 0.01 0.69 0.36 59.46 0.52 0.42
Hex A2 A1 33 0 1 45 24 3B 34 2A
Octal 242 241 63 0 1 105 44 73 64 52
Binary 10100010 10100001 110011 0 1 1000101 100100 111011 110100 101010

Color Harmonies of #A2A133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A133

Black with #A2A133

Text Example


Text Example

White with #A2A133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A133; }

 p { color: rgb(162,161,51); }

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

background-color css

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

 a { background-color: rgb(162,161,51); }

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

border-color css

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

 span { border-color: rgb(162,161,51); }

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