Html Css Color HEX #A6A332 Brass

📋 copy color: '#A6A332'

red 166 ◦ green 163 ◦ blue 50

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

Shades of Brass #A6A332

Tints of Brass #A6A332

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.01%

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

R = 43.8%
G = 43.01%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A6A332 (or 0xA6A332) is known color: Brass. HEX triplet: A6, A3 and 32. RGB value is (166,163,50). Sum of RGB (Red+Green+Blue) = 166+163+50=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 163 (64.06% from 255 or 43.01% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6A332 is #595CCD. Grayscale: #979797. Windows color (decimal): -5856462 or 3318694. OLE color: 3318694.

HSL color Cylindrical-coordinate representation of color #A6A332: hue angle of 58.45º 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 #A6A332 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 163 50 -
CMYK 0 0.02 0.70 0.35
HSL 58.45º 0.54% 0.42% -
HSV(B) 58.45º 0.7% 0.65% -
XYZ 29.4 34.53 8.13 -
YUV 151.02 70.99 138.69 -
System Red Green Blue C M Y K H S L
Decimal 166 163 50 0 0.02 0.70 0.35 58.45 0.54 0.42
Hex A6 A3 32 0 2 46 23 3A 36 2A
Octal 246 243 62 0 2 106 43 72 66 52
Binary 10100110 10100011 110010 0 10 1000110 100011 111010 110110 101010

Color Harmonies of #A6A332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A332

Black with #A6A332

Text Example


Text Example

White with #A6A332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A332; }

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

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

background-color css

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

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

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

border-color css

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

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

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