Html Css Color HEX #A4A048 Brass

📋 copy color: '#A4A048'

red 164 ◦ green 160 ◦ blue 72

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

Shades of Brass #A4A048

Tints of Brass #A4A048

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.4%

 BLUE value IS 72 (28.52% from 255) = 18.18%

R = 41.41%
G = 40.4%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A4A048 (or 0xA4A048) is known color: Brass. HEX triplet: A4, A0 and 48. RGB value is (164,160,72). Sum of RGB (Red+Green+Blue) = 164+160+72=396 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.41% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A048 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A048 is #5B5FB7. Grayscale: #979797. Windows color (decimal): -5988280 or 4759716. OLE color: 4759716.

HSL color Cylindrical-coordinate representation of color #A4A048: hue angle of 57.39º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4A048 is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 160 72 -
CMYK 0 0.02 0.56 0.36
HSL 57.39º 0.39% 0.46% -
HSV(B) 57.39º 0.56% 0.64% -
XYZ 29.05 33.5 11.07 -
YUV 151.16 83.33 137.16 -
System Red Green Blue C M Y K H S L
Decimal 164 160 72 0 0.02 0.56 0.36 57.39 0.39 0.46
Hex A4 A0 48 0 2 38 24 39 27 2E
Octal 244 240 110 0 2 70 44 71 47 56
Binary 10100100 10100000 1001000 0 10 111000 100100 111001 100111 101110

Color Harmonies of #A4A048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A048

Black with #A4A048

Text Example


Text Example

White with #A4A048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A048; }

 p { color: rgb(164,160,72); }

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

background-color css

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

 a { background-color: rgb(164,160,72); }

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

border-color css

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

 span { border-color: rgb(164,160,72); }

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