Html Css Color HEX #A2A24D Brass

📋 copy color: '#A2A24D'

red 162 ◦ green 162 ◦ blue 77

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

Shades of Brass #A2A24D

Tints of Brass #A2A24D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.4%

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

R = 40.4%
G = 40.4%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A2A24D (or 0xA2A24D) is known color: Brass. HEX triplet: A2, A2 and 4D. RGB value is (162,162,77). Sum of RGB (Red+Green+Blue) = 162+162+77=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 162 (63.67% from 255 or 40.40% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 162 - color contains mainly: red, green. Hex color #A2A24D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A2A24D is #5D5DB2. Grayscale: #989898. Windows color (decimal): -6118835 or 5087906. OLE color: 5087906.

HSL color Cylindrical-coordinate representation of color #A2A24D: hue angle of 60º 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 #A2A24D is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 162 77 -
CMYK 0 0 0.52 0.36
HSL 60º 0.36% 0.47% -
HSV(B) 60º 0.52% 0.64% -
XYZ 29.16 34.06 12.06 -
YUV 152.31 85.5 134.91 -
System Red Green Blue C M Y K H S L
Decimal 162 162 77 0 0 0.52 0.36 60 0.36 0.47
Hex A2 A2 4D 0 0 34 24 3C 24 2F
Octal 242 242 115 0 0 64 44 74 44 57
Binary 10100010 10100010 1001101 0 0 110100 100100 111100 100100 101111

Color Harmonies of #A2A24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A24D

Black with #A2A24D

Text Example


Text Example

White with #A2A24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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