Html Css Color HEX #A6AA4A Brass

📋 copy color: '#A6AA4A'

red 166 ◦ green 170 ◦ blue 74

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

Shades of Brass #A6AA4A

Tints of Brass #A6AA4A

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.46%

 BLUE value IS 74 (29.3% from 255) = 18.05%

R = 40.49%
G = 41.46%
B = 18.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#A6AA4A (or 0xA6AA4A) is known color: Brass. HEX triplet: A6, AA and 4A. RGB value is (166,170,74). Sum of RGB (Red+Green+Blue) = 166+170+74=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 170 (66.80% from 255 or 41.46% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AA4A is #5955B5. Grayscale: #9E9E9E. Windows color (decimal): -5854646 or 4893350. OLE color: 4893350.

HSL color Cylindrical-coordinate representation of color #A6AA4A: hue angle of 62.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A6AA4A is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 170 74 -
CMYK 0.02 0 0.56 0.33
HSL 62.5º 0.39% 0.48% -
HSV(B) 62.5º 0.56% 0.67% -
XYZ 31.34 37.35 12.04 -
YUV 157.86 80.67 133.81 -
System Red Green Blue C M Y K H S L
Decimal 166 170 74 0.02 0 0.56 0.33 62.5 0.39 0.48
Hex A6 AA 4A 2 0 38 21 3F 27 30
Octal 246 252 112 2 0 70 41 77 47 60
Binary 10100110 10101010 1001010 10 0 111000 100001 111111 100111 110000

Color Harmonies of #A6AA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA4A

Black with #A6AA4A

Text Example


Text Example

White with #A6AA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA4A; }

 p { color: rgb(166,170,74); }

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

background-color css

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

 a { background-color: rgb(166,170,74); }

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

border-color css

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

 span { border-color: rgb(166,170,74); }

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