Html Css Color HEX #A1A447 Brass

📋 copy color: '#A1A447'

red 161 ◦ green 164 ◦ blue 71

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

Shades of Brass #A1A447

Tints of Brass #A1A447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.93%

R = 40.66%
G = 41.41%
B = 17.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A1A447 (or 0xA1A447) is known color: Brass. HEX triplet: A1, A4 and 47. RGB value is (161,164,71). Sum of RGB (Red+Green+Blue) = 161+164+71=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 164 (64.45% from 255 or 41.41% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 164 - color contains mainly: green. Hex color #A1A447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A447 is #5E5BB8. Grayscale: #989898. Windows color (decimal): -6183865 or 4695201. OLE color: 4695201.

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

Color convert

RGB 161 164 71 -
CMYK 0.02 0 0.57 0.36
HSL 61.94º 0.4% 0.46% -
HSV(B) 61.94º 0.57% 0.64% -
XYZ 29.11 34.58 11.1 -
YUV 152.5 82.01 134.06 -
System Red Green Blue C M Y K H S L
Decimal 161 164 71 0.02 0 0.57 0.36 61.94 0.4 0.46
Hex A1 A4 47 2 0 39 24 3E 28 2E
Octal 241 244 107 2 0 71 44 76 50 56
Binary 10100001 10100100 1000111 10 0 111001 100100 111110 101000 101110

Color Harmonies of #A1A447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A447

Black with #A1A447

Text Example


Text Example

White with #A1A447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A447; }

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

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

background-color css

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

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

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

border-color css

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

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

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