Html Css Color HEX #A2A434 Brass

📋 copy color: '#A2A434'

red 162 ◦ green 164 ◦ blue 52

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

Shades of Brass #A2A434

Tints of Brass #A2A434

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.39%

 BLUE value IS 52 (20.7% from 255) = 13.76%

R = 42.86%
G = 43.39%
B = 13.76%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A2A434 (or 0xA2A434) is known color: Brass. HEX triplet: A2, A4 and 34. RGB value is (162,164,52). Sum of RGB (Red+Green+Blue) = 162+164+52=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 164 (64.45% from 255 or 43.39% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 164 - color contains mainly: green. Hex color #A2A434 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A434 is #5D5BCB. Grayscale: #979797. Windows color (decimal): -6118348 or 3450018. OLE color: 3450018.

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

Color convert

RGB 162 164 52 -
CMYK 0.01 0 0.68 0.36
HSL 61.07º 0.52% 0.42% -
HSV(B) 61.07º 0.68% 0.64% -
XYZ 28.8 34.48 8.39 -
YUV 150.63 72.34 136.11 -
System Red Green Blue C M Y K H S L
Decimal 162 164 52 0.01 0 0.68 0.36 61.07 0.52 0.42
Hex A2 A4 34 1 0 44 24 3D 34 2A
Octal 242 244 64 1 0 104 44 75 64 52
Binary 10100010 10100100 110100 1 0 1000100 100100 111101 110100 101010

Color Harmonies of #A2A434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A434

Black with #A2A434

Text Example


Text Example

White with #A2A434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A434; }

 p { color: rgb(162,164,52); }

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

background-color css

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

 a { background-color: rgb(162,164,52); }

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

border-color css

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

 span { border-color: rgb(162,164,52); }

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