Html Css Color HEX #A6AA44 Brass

📋 copy color: '#A6AA44'

red 166 ◦ green 170 ◦ blue 68

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

Shades of Brass #A6AA44

Tints of Brass #A6AA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.83%

R = 41.09%
G = 42.08%
B = 16.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#A6AA44 (or 0xA6AA44) is known color: Brass. HEX triplet: A6, AA and 44. RGB value is (166,170,68). Sum of RGB (Red+Green+Blue) = 166+170+68=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AA44 is #5955BB. Grayscale: #9D9D9D. Windows color (decimal): -5854652 or 4500134. OLE color: 4500134.

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

Color convert

RGB 166 170 68 -
CMYK 0.02 0 0.6 0.33
HSL 62.35º 0.43% 0.47% -
HSV(B) 62.35º 0.6% 0.67% -
XYZ 31.14 37.27 11.02 -
YUV 157.18 77.67 134.29 -
System Red Green Blue C M Y K H S L
Decimal 166 170 68 0.02 0 0.6 0.33 62.35 0.43 0.47
Hex A6 AA 44 2 0 3C 21 3E 2B 2F
Octal 246 252 104 2 0 74 41 76 53 57
Binary 10100110 10101010 1000100 10 0 111100 100001 111110 101011 101111

Color Harmonies of #A6AA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA44

Black with #A6AA44

Text Example


Text Example

White with #A6AA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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