Html Css Color HEX #A4AA3F Brass

📋 copy color: '#A4AA3F'

red 164 ◦ green 170 ◦ blue 63

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

Shades of Brass #A4AA3F

Tints of Brass #A4AA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.87%

R = 41.31%
G = 42.82%
B = 15.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#A4AA3F (or 0xA4AA3F) is known color: Brass. HEX triplet: A4, AA and 3F. RGB value is (164,170,63). Sum of RGB (Red+Green+Blue) = 164+170+63=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 170 (66.80% from 255 or 42.82% from 397); Blue value is 63 (25% from 255 or 15.87% from 397); Max value from RGB is 170 - color contains mainly: green. Hex color #A4AA3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4AA3F is #5B55C0. Grayscale: #9C9C9C. Windows color (decimal): -5985729 or 4172452. OLE color: 4172452.

HSL color Cylindrical-coordinate representation of color #A4AA3F: hue angle of 63.36º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4AA3F is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 164 170 63 -
CMYK 0.04 0 0.63 0.33
HSL 63.36º 0.46% 0.46% -
HSV(B) 63.36º 0.63% 0.67% -
XYZ 30.58 37 10.23 -
YUV 156.01 75.51 133.7 -
System Red Green Blue C M Y K H S L
Decimal 164 170 63 0.04 0 0.63 0.33 63.36 0.46 0.46
Hex A4 AA 3F 4 0 3F 21 3F 2E 2E
Octal 244 252 77 4 0 77 41 77 56 56
Binary 10100100 10101010 111111 100 0 111111 100001 111111 101110 101110

Color Harmonies of #A4AA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4AA3F

Black with #A4AA3F

Text Example


Text Example

White with #A4AA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4AA3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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