Html Css Color HEX #A1A448 Brass

📋 copy color: '#A1A448'

red 161 ◦ green 164 ◦ blue 72

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

Shades of Brass #A1A448

Tints of Brass #A1A448

RGB

 RED value IS 161 (63.28% from 255) = 40.55%

 GREEN value IS 164 (64.45% from 255) = 41.31%

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

R = 40.55%
G = 41.31%
B = 18.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A1A448 (or 0xA1A448) is known color: Brass. HEX triplet: A1, A4 and 48. RGB value is (161,164,72). Sum of RGB (Red+Green+Blue) = 161+164+72=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A448 is #5E5BB7. Grayscale: #989898. Windows color (decimal): -6183864 or 4760737. OLE color: 4760737.

HSL color Cylindrical-coordinate representation of color #A1A448: hue angle of 61.96º 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 #A1A448 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 164 72 -
CMYK 0.02 0 0.56 0.36
HSL 61.96º 0.39% 0.46% -
HSV(B) 61.96º 0.56% 0.64% -
XYZ 29.14 34.6 11.27 -
YUV 152.62 82.51 133.98 -
System Red Green Blue C M Y K H S L
Decimal 161 164 72 0.02 0 0.56 0.36 61.96 0.39 0.46
Hex A1 A4 48 2 0 38 24 3E 27 2E
Octal 241 244 110 2 0 70 44 76 47 56
Binary 10100001 10100100 1001000 10 0 111000 100100 111110 100111 101110

Color Harmonies of #A1A448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A448

Black with #A1A448

Text Example


Text Example

White with #A1A448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A448; }

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

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

background-color css

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

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

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

border-color css

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

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

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