Html Css Color HEX #A2A53C Brass

📋 copy color: '#A2A53C'

red 162 ◦ green 165 ◦ blue 60

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

Shades of Brass #A2A53C

Tints of Brass #A2A53C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.64%

 BLUE value IS 60 (23.83% from 255) = 15.5%

R = 41.86%
G = 42.64%
B = 15.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A2A53C (or 0xA2A53C) is known color: Brass. HEX triplet: A2, A5 and 3C. RGB value is (162,165,60). Sum of RGB (Red+Green+Blue) = 162+165+60=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 165 (64.84% from 255 or 42.64% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 165 - color contains mainly: green. Hex color #A2A53C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2A53C is #5D5AC3. Grayscale: #989898. Windows color (decimal): -6118084 or 3974562. OLE color: 3974562.

HSL color Cylindrical-coordinate representation of color #A2A53C: hue angle of 61.71º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2A53C is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 165 60 -
CMYK 0.02 0 0.64 0.35
HSL 61.71º 0.47% 0.44% -
HSV(B) 61.71º 0.64% 0.65% -
XYZ 29.17 34.92 9.48 -
YUV 152.13 76.01 135.04 -
System Red Green Blue C M Y K H S L
Decimal 162 165 60 0.02 0 0.64 0.35 61.71 0.47 0.44
Hex A2 A5 3C 2 0 40 23 3E 2F 2C
Octal 242 245 74 2 0 100 43 76 57 54
Binary 10100010 10100101 111100 10 0 1000000 100011 111110 101111 101100

Color Harmonies of #A2A53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2A53C

Black with #A2A53C

Text Example


Text Example

White with #A2A53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2A53C; }

 p { color: rgb(162,165,60); }

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

background-color css

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

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

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

border-color css

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

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

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