Html Css Color HEX #A2AF36 Brass

📋 copy color: '#A2AF36'

red 162 ◦ green 175 ◦ blue 54

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

Shades of Brass #A2AF36

Tints of Brass #A2AF36

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.76%

 BLUE value IS 54 (21.48% from 255) = 13.81%

R = 41.43%
G = 44.76%
B = 13.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#A2AF36 (or 0xA2AF36) is known color: Brass. HEX triplet: A2, AF and 36. RGB value is (162,175,54). Sum of RGB (Red+Green+Blue) = 162+175+54=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A2AF36 is #5D50C9. Grayscale: #9D9D9D. Windows color (decimal): -6115530 or 3583906. OLE color: 3583906.

HSL color Cylindrical-coordinate representation of color #A2AF36: hue angle of 66.45º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A2AF36 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 175 54 -
CMYK 0.07 0 0.69 0.31
HSL 66.45º 0.53% 0.45% -
HSV(B) 66.45º 0.69% 0.69% -
XYZ 30.9 38.61 9.31 -
YUV 157.32 69.69 131.34 -
System Red Green Blue C M Y K H S L
Decimal 162 175 54 0.07 0 0.69 0.31 66.45 0.53 0.45
Hex A2 AF 36 7 0 45 1F 42 35 2D
Octal 242 257 66 7 0 105 37 102 65 55
Binary 10100010 10101111 110110 111 0 1000101 11111 1000010 110101 101101

Color Harmonies of #A2AF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF36

Black with #A2AF36

Text Example


Text Example

White with #A2AF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF36; }

 p { color: rgb(162,175,54); }

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

background-color css

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

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

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

border-color css

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

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

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