Html Css Color HEX #A4A144 Brass

📋 copy color: '#A4A144'

red 164 ◦ green 161 ◦ blue 68

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

Shades of Brass #A4A144

Tints of Brass #A4A144

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.97%

 BLUE value IS 68 (26.95% from 255) = 17.3%

R = 41.73%
G = 40.97%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A4A144 (or 0xA4A144) is known color: Brass. HEX triplet: A4, A1 and 44. RGB value is (164,161,68). Sum of RGB (Red+Green+Blue) = 164+161+68=393 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.73% from 393); Green value is 161 (63.28% from 255 or 40.97% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 164 - color contains mainly: red. Hex color #A4A144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A4A144 is #5B5EBB. Grayscale: #979797. Windows color (decimal): -5988028 or 4497828. OLE color: 4497828.

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

Color convert

RGB 164 161 68 -
CMYK 0 0.02 0.59 0.36
HSL 58.13º 0.41% 0.45% -
HSV(B) 58.13º 0.59% 0.64% -
XYZ 29.1 33.8 10.46 -
YUV 151.3 80.99 137.06 -
System Red Green Blue C M Y K H S L
Decimal 164 161 68 0 0.02 0.59 0.36 58.13 0.41 0.45
Hex A4 A1 44 0 2 3B 24 3A 29 2D
Octal 244 241 104 0 2 73 44 72 51 55
Binary 10100100 10100001 1000100 0 10 111011 100100 111010 101001 101101

Color Harmonies of #A4A144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A144

Black with #A4A144

Text Example


Text Example

White with #A4A144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A144; }

 p { color: rgb(164,161,68); }

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

background-color css

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

 a { background-color: rgb(164,161,68); }

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

border-color css

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

 span { border-color: rgb(164,161,68); }

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