Html Css Color HEX #A6A251 Brass

📋 copy color: '#A6A251'

red 166 ◦ green 162 ◦ blue 81

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

Shades of Brass #A6A251

Tints of Brass #A6A251

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.61%

 BLUE value IS 81 (32.03% from 255) = 19.8%

R = 40.59%
G = 39.61%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A6A251 (or 0xA6A251) is known color: Brass. HEX triplet: A6, A2 and 51. RGB value is (166,162,81). Sum of RGB (Red+Green+Blue) = 166+162+81=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A6A251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A6A251 is #595DAE. Grayscale: #9A9A9A. Windows color (decimal): -5856687 or 5350054. OLE color: 5350054.

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

Color convert

RGB 166 162 81 -
CMYK 0 0.02 0.51 0.35
HSL 57.18º 0.34% 0.48% -
HSV(B) 57.18º 0.51% 0.65% -
XYZ 30.13 34.54 12.86 -
YUV 153.96 86.83 136.59 -
System Red Green Blue C M Y K H S L
Decimal 166 162 81 0 0.02 0.51 0.35 57.18 0.34 0.48
Hex A6 A2 51 0 2 33 23 39 22 30
Octal 246 242 121 0 2 63 43 71 42 60
Binary 10100110 10100010 1010001 0 10 110011 100011 111001 100010 110000

Color Harmonies of #A6A251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6A251

Black with #A6A251

Text Example


Text Example

White with #A6A251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6A251; }

 p { color: rgb(166,162,81); }

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

background-color css

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

 a { background-color: rgb(166,162,81); }

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

border-color css

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

 span { border-color: rgb(166,162,81); }

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