Html Css Color HEX #A4A848 Brass

📋 copy color: '#A4A848'

red 164 ◦ green 168 ◦ blue 72

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

Shades of Brass #A4A848

Tints of Brass #A4A848

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.58%

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

R = 40.59%
G = 41.58%
B = 17.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A4A848 (or 0xA4A848) is known color: Brass. HEX triplet: A4, A8 and 48. RGB value is (164,168,72). Sum of RGB (Red+Green+Blue) = 164+168+72=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A848 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A848 is #5B57B7. Grayscale: #9C9C9C. Windows color (decimal): -5986232 or 4761764. OLE color: 4761764.

HSL color Cylindrical-coordinate representation of color #A4A848: hue angle of 62.5º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A4A848 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 164 168 72 -
CMYK 0.02 0 0.57 0.34
HSL 62.5º 0.4% 0.47% -
HSV(B) 62.5º 0.57% 0.66% -
XYZ 30.48 36.37 11.54 -
YUV 155.86 80.67 133.81 -
System Red Green Blue C M Y K H S L
Decimal 164 168 72 0.02 0 0.57 0.34 62.5 0.4 0.47
Hex A4 A8 48 2 0 39 22 3F 28 2F
Octal 244 250 110 2 0 71 42 77 50 57
Binary 10100100 10101000 1001000 10 0 111001 100010 111111 101000 101111

Color Harmonies of #A4A848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A848

Black with #A4A848

Text Example


Text Example

White with #A4A848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A848; }

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

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

background-color css

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

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

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

border-color css

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

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

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