Html Css Color HEX #A4A548 Brass

📋 copy color: '#A4A548'

red 164 ◦ green 165 ◦ blue 72

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

Shades of Brass #A4A548

Tints of Brass #A4A548

RGB

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

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

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

R = 40.9%
G = 41.15%
B = 17.96%

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

#A4A548 (or 0xA4A548) is known color: Brass. HEX triplet: A4, A5 and 48. RGB value is (164,165,72). Sum of RGB (Red+Green+Blue) = 164+165+72=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 165 - color contains mainly: green. Hex color #A4A548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A548 is #5B5AB7. Grayscale: #9A9A9A. Windows color (decimal): -5987000 or 4760996. OLE color: 4760996.

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

Color convert

RGB 164 165 72 -
CMYK 0.01 0 0.56 0.35
HSL 60.65º 0.39% 0.46% -
HSV(B) 60.65º 0.56% 0.65% -
XYZ 29.93 35.27 11.36 -
YUV 154.1 81.67 135.06 -
System Red Green Blue C M Y K H S L
Decimal 164 165 72 0.01 0 0.56 0.35 60.65 0.39 0.46
Hex A4 A5 48 1 0 38 23 3D 27 2E
Octal 244 245 110 1 0 70 43 75 47 56
Binary 10100100 10100101 1001000 1 0 111000 100011 111101 100111 101110

Color Harmonies of #A4A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A548

Black with #A4A548

Text Example


Text Example

White with #A4A548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A548; }

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

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

background-color css

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

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

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

border-color css

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

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

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