Html Css Color HEX #A6AA45 Brass

📋 copy color: '#A6AA45'

red 166 ◦ green 170 ◦ blue 69

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

Shades of Brass #A6AA45

Tints of Brass #A6AA45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.04%

R = 40.99%
G = 41.98%
B = 17.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#A6AA45 (or 0xA6AA45) is known color: Brass. HEX triplet: A6, AA and 45. RGB value is (166,170,69). Sum of RGB (Red+Green+Blue) = 166+170+69=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A6AA45 is #5955BA. Grayscale: #9D9D9D. Windows color (decimal): -5854651 or 4565670. OLE color: 4565670.

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

Color convert

RGB 166 170 69 -
CMYK 0.02 0 0.59 0.33
HSL 62.38º 0.42% 0.47% -
HSV(B) 62.38º 0.59% 0.67% -
XYZ 31.17 37.29 11.18 -
YUV 157.29 78.17 134.21 -
System Red Green Blue C M Y K H S L
Decimal 166 170 69 0.02 0 0.59 0.33 62.38 0.42 0.47
Hex A6 AA 45 2 0 3B 21 3E 2A 2F
Octal 246 252 105 2 0 73 41 76 52 57
Binary 10100110 10101010 1000101 10 0 111011 100001 111110 101010 101111

Color Harmonies of #A6AA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6AA45

Black with #A6AA45

Text Example


Text Example

White with #A6AA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6AA45; }

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

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

background-color css

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

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

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

border-color css

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

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

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