Html Css Color HEX #A4A549 Brass

📋 copy color: '#A4A549'

red 164 ◦ green 165 ◦ blue 73

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

Shades of Brass #A4A549

Tints of Brass #A4A549

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.04%

 BLUE value IS 73 (28.91% from 255) = 18.16%

R = 40.8%
G = 41.04%
B = 18.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A4A549 (or 0xA4A549) is known color: Brass. HEX triplet: A4, A5 and 49. RGB value is (164,165,73). Sum of RGB (Red+Green+Blue) = 164+165+73=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 165 (64.84% from 255 or 41.04% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A549 is #5B5AB6. Grayscale: #9A9A9A. Windows color (decimal): -5986999 or 4826532. OLE color: 4826532.

HSL color Cylindrical-coordinate representation of color #A4A549: hue angle of 60.65º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4A549 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 165 73 -
CMYK 0.01 0 0.56 0.35
HSL 60.65º 0.39% 0.47% -
HSV(B) 60.65º 0.56% 0.65% -
XYZ 29.97 35.28 11.53 -
YUV 154.21 82.17 134.98 -
System Red Green Blue C M Y K H S L
Decimal 164 165 73 0.01 0 0.56 0.35 60.65 0.39 0.47
Hex A4 A5 49 1 0 38 23 3D 27 2F
Octal 244 245 111 1 0 70 43 75 47 57
Binary 10100100 10100101 1001001 1 0 111000 100011 111101 100111 101111

Color Harmonies of #A4A549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A549

Black with #A4A549

Text Example


Text Example

White with #A4A549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A549; }

 p { color: rgb(164,165,73); }

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

background-color css

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

 a { background-color: rgb(164,165,73); }

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

border-color css

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

 span { border-color: rgb(164,165,73); }

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