Html Css Color HEX #A2A14D Brass

📋 copy color: '#A2A14D'

red 162 ◦ green 161 ◦ blue 77

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

Shades of Brass #A2A14D

Tints of Brass #A2A14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.25%

R = 40.5%
G = 40.25%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A2A14D (or 0xA2A14D) is known color: Brass. HEX triplet: A2, A1 and 4D. RGB value is (162,161,77). Sum of RGB (Red+Green+Blue) = 162+161+77=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A2A14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A14D is #5D5EB2. Grayscale: #989898. Windows color (decimal): -6119091 or 5087650. OLE color: 5087650.

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

Color convert

RGB 162 161 77 -
CMYK 0 0.01 0.52 0.36
HSL 59.29º 0.36% 0.47% -
HSV(B) 59.29º 0.52% 0.64% -
XYZ 28.98 33.71 12 -
YUV 151.72 85.83 135.33 -
System Red Green Blue C M Y K H S L
Decimal 162 161 77 0 0.01 0.52 0.36 59.29 0.36 0.47
Hex A2 A1 4D 0 1 34 24 3B 24 2F
Octal 242 241 115 0 1 64 44 73 44 57
Binary 10100010 10100001 1001101 0 1 110100 100100 111011 100100 101111

Color Harmonies of #A2A14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A14D

Black with #A2A14D

Text Example


Text Example

White with #A2A14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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