Html Css Color HEX #A2AC3F Brass

📋 copy color: '#A2AC3F'

red 162 ◦ green 172 ◦ blue 63

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

Shades of Brass #A2AC3F

Tints of Brass #A2AC3F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.32%

 BLUE value IS 63 (25% from 255) = 15.87%

R = 40.81%
G = 43.32%
B = 15.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#A2AC3F (or 0xA2AC3F) is known color: Brass. HEX triplet: A2, AC and 3F. RGB value is (162,172,63). Sum of RGB (Red+Green+Blue) = 162+172+63=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #A2AC3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AC3F is #5D53C0. Grayscale: #9D9D9D. Windows color (decimal): -6116289 or 4172962. OLE color: 4172962.

HSL color Cylindrical-coordinate representation of color #A2AC3F: hue angle of 65.5º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2AC3F is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 172 63 -
CMYK 0.06 0 0.63 0.33
HSL 65.5º 0.46% 0.46% -
HSV(B) 65.5º 0.63% 0.67% -
XYZ 30.55 37.55 10.34 -
YUV 156.58 75.19 131.86 -
System Red Green Blue C M Y K H S L
Decimal 162 172 63 0.06 0 0.63 0.33 65.5 0.46 0.46
Hex A2 AC 3F 6 0 3F 21 42 2E 2E
Octal 242 254 77 6 0 77 41 102 56 56
Binary 10100010 10101100 111111 110 0 111111 100001 1000010 101110 101110

Color Harmonies of #A2AC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AC3F

Black with #A2AC3F

Text Example


Text Example

White with #A2AC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AC3F; }

 p { color: rgb(162,172,63); }

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

background-color css

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

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

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

border-color css

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

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

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