Html Css Color HEX #A4AA46 Brass

📋 copy color: '#A4AA46'

red 164 ◦ green 170 ◦ blue 70

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

Shades of Brass #A4AA46

Tints of Brass #A4AA46

RGB

 RED value IS 164 (64.45% from 255) = 40.59%

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

 BLUE value IS 70 (27.73% from 255) = 17.33%

R = 40.59%
G = 42.08%
B = 17.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#A4AA46 (or 0xA4AA46) is known color: Brass. HEX triplet: A4, AA and 46. RGB value is (164,170,70). Sum of RGB (Red+Green+Blue) = 164+170+70=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 70 (27.73% from 255 or 17.33% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AA46 is #5B55B9. Grayscale: #9D9D9D. Windows color (decimal): -5985722 or 4631204. OLE color: 4631204.

HSL color Cylindrical-coordinate representation of color #A4AA46: hue angle of 63.6º 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 #A4AA46 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 170 70 -
CMYK 0.04 0 0.59 0.33
HSL 63.6º 0.42% 0.47% -
HSV(B) 63.6º 0.59% 0.67% -
XYZ 30.79 37.08 11.33 -
YUV 156.81 79.01 133.13 -
System Red Green Blue C M Y K H S L
Decimal 164 170 70 0.04 0 0.59 0.33 63.6 0.42 0.47
Hex A4 AA 46 4 0 3B 21 40 2A 2F
Octal 244 252 106 4 0 73 41 100 52 57
Binary 10100100 10101010 1000110 100 0 111011 100001 1000000 101010 101111

Color Harmonies of #A4AA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AA46

Black with #A4AA46

Text Example


Text Example

White with #A4AA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AA46; }

 p { color: rgb(164,170,70); }

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

background-color css

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

 a { background-color: rgb(164,170,70); }

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

border-color css

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

 span { border-color: rgb(164,170,70); }

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