Html Css Color HEX #A2A348 Brass

📋 copy color: '#A2A348'

red 162 ◦ green 163 ◦ blue 72

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

Shades of Brass #A2A348

Tints of Brass #A2A348

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.06%

 BLUE value IS 72 (28.52% from 255) = 18.14%

R = 40.81%
G = 41.06%
B = 18.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A2A348 (or 0xA2A348) is known color: Brass. HEX triplet: A2, A3 and 48. RGB value is (162,163,72). Sum of RGB (Red+Green+Blue) = 162+163+72=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 163 - color contains mainly: green. Hex color #A2A348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A348 is #5D5CB7. Grayscale: #989898. Windows color (decimal): -6118584 or 4760482. OLE color: 4760482.

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

Color convert

RGB 162 163 72 -
CMYK 0.01 0 0.56 0.36
HSL 60.66º 0.39% 0.46% -
HSV(B) 60.66º 0.56% 0.64% -
XYZ 29.17 34.34 11.22 -
YUV 152.33 82.67 134.9 -
System Red Green Blue C M Y K H S L
Decimal 162 163 72 0.01 0 0.56 0.36 60.66 0.39 0.46
Hex A2 A3 48 1 0 38 24 3D 27 2E
Octal 242 243 110 1 0 70 44 75 47 56
Binary 10100010 10100011 1001000 1 0 111000 100100 111101 100111 101110

Color Harmonies of #A2A348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A348

Black with #A2A348

Text Example


Text Example

White with #A2A348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A348; }

 p { color: rgb(162,163,72); }

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

background-color css

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

 a { background-color: rgb(162,163,72); }

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

border-color css

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

 span { border-color: rgb(162,163,72); }

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