Html Css Color HEX #A6A132 Brass

📋 copy color: '#A6A132'

red 166 ◦ green 161 ◦ blue 50

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

Shades of Brass #A6A132

Tints of Brass #A6A132

RGB

 RED value IS 166 (65.23% from 255) = 44.03%

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

 BLUE value IS 50 (19.92% from 255) = 13.26%

R = 44.03%
G = 42.71%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A6A132 (or 0xA6A132) is known color: Brass. HEX triplet: A6, A1 and 32. RGB value is (166,161,50). Sum of RGB (Red+Green+Blue) = 166+161+50=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A132 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A132 is #595ECD. Grayscale: #969696. Windows color (decimal): -5856974 or 3318182. OLE color: 3318182.

HSL color Cylindrical-coordinate representation of color #A6A132: hue angle of 57.41º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6A132 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 161 50 -
CMYK 0 0.03 0.70 0.35
HSL 57.41º 0.54% 0.42% -
HSV(B) 57.41º 0.7% 0.65% -
XYZ 29.05 33.83 8.02 -
YUV 149.84 71.66 139.53 -
System Red Green Blue C M Y K H S L
Decimal 166 161 50 0 0.03 0.70 0.35 57.41 0.54 0.42
Hex A6 A1 32 0 3 46 23 39 36 2A
Octal 246 241 62 0 3 106 43 71 66 52
Binary 10100110 10100001 110010 0 11 1000110 100011 111001 110110 101010

Color Harmonies of #A6A132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A132

Black with #A6A132

Text Example


Text Example

White with #A6A132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A132; }

 p { color: rgb(166,161,50); }

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

background-color css

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

 a { background-color: rgb(166,161,50); }

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

border-color css

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

 span { border-color: rgb(166,161,50); }

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