Html Css Color HEX #A2A736 Brass

📋 copy color: '#A2A736'

red 162 ◦ green 167 ◦ blue 54

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

Shades of Brass #A2A736

Tints of Brass #A2A736

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.6%

 BLUE value IS 54 (21.48% from 255) = 14.1%

R = 42.3%
G = 43.6%
B = 14.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A2A736 (or 0xA2A736) is known color: Brass. HEX triplet: A2, A7 and 36. RGB value is (162,167,54). Sum of RGB (Red+Green+Blue) = 162+167+54=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 167 (65.62% from 255 or 43.60% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 167 - color contains mainly: green. Hex color #A2A736 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A736 is #5D58C9. Grayscale: #999999. Windows color (decimal): -6117578 or 3581858. OLE color: 3581858.

HSL color Cylindrical-coordinate representation of color #A2A736: hue angle of 62.65º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A2A736 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 167 54 -
CMYK 0.03 0 0.68 0.35
HSL 62.65º 0.51% 0.43% -
HSV(B) 62.65º 0.68% 0.65% -
XYZ 29.38 35.59 8.81 -
YUV 152.62 72.34 134.69 -
System Red Green Blue C M Y K H S L
Decimal 162 167 54 0.03 0 0.68 0.35 62.65 0.51 0.43
Hex A2 A7 36 3 0 44 23 3F 33 2B
Octal 242 247 66 3 0 104 43 77 63 53
Binary 10100010 10100111 110110 11 0 1000100 100011 111111 110011 101011

Color Harmonies of #A2A736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A736

Black with #A2A736

Text Example


Text Example

White with #A2A736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A736; }

 p { color: rgb(162,167,54); }

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

background-color css

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

 a { background-color: rgb(162,167,54); }

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

border-color css

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

 span { border-color: rgb(162,167,54); }

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