Html Css Color HEX #A1A14B Brass

📋 copy color: '#A1A14B'

red 161 ◦ green 161 ◦ blue 75

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

Shades of Brass #A1A14B

Tints of Brass #A1A14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.89%

R = 40.55%
G = 40.55%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A1A14B (or 0xA1A14B) is known color: Brass. HEX triplet: A1, A1 and 4B. RGB value is (161,161,75). Sum of RGB (Red+Green+Blue) = 161+161+75=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 161 - color contains mainly: red, green. Hex color #A1A14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A14B is #5E5EB4. Grayscale: #979797. Windows color (decimal): -6184629 or 4956577. OLE color: 4956577.

HSL color Cylindrical-coordinate representation of color #A1A14B: hue angle of 60º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A1A14B is Cyan = 0, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 161 75 -
CMYK 0 0 0.53 0.37
HSL 60º 0.36% 0.46% -
HSV(B) 60º 0.53% 0.63% -
XYZ 28.71 33.57 11.62 -
YUV 151.2 85 134.99 -
System Red Green Blue C M Y K H S L
Decimal 161 161 75 0 0 0.53 0.37 60 0.36 0.46
Hex A1 A1 4B 0 0 35 25 3C 24 2E
Octal 241 241 113 0 0 65 45 74 44 56
Binary 10100001 10100001 1001011 0 0 110101 100101 111100 100100 101110

Color Harmonies of #A1A14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A14B

Black with #A1A14B

Text Example


Text Example

White with #A1A14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A14B; }

 p { color: rgb(161,161,75); }

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

background-color css

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

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

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

border-color css

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

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

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