Html Css Color HEX #A1A334 Brass

📋 copy color: '#A1A334'

red 161 ◦ green 163 ◦ blue 52

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

Shades of Brass #A1A334

Tints of Brass #A1A334

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.35%

 BLUE value IS 52 (20.7% from 255) = 13.83%

R = 42.82%
G = 43.35%
B = 13.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A1A334 (or 0xA1A334) is known color: Brass. HEX triplet: A1, A3 and 34. RGB value is (161,163,52). Sum of RGB (Red+Green+Blue) = 161+163+52=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 163 (64.06% from 255 or 43.35% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A334 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A334 is #5E5CCB. Grayscale: #969696. Windows color (decimal): -6184140 or 3449761. OLE color: 3449761.

HSL color Cylindrical-coordinate representation of color #A1A334: hue angle of 61.08º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1A334 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 163 52 -
CMYK 0.01 0 0.68 0.36
HSL 61.08º 0.52% 0.42% -
HSV(B) 61.08º 0.68% 0.64% -
XYZ 28.41 34.02 8.32 -
YUV 149.75 72.84 136.03 -
System Red Green Blue C M Y K H S L
Decimal 161 163 52 0.01 0 0.68 0.36 61.08 0.52 0.42
Hex A1 A3 34 1 0 44 24 3D 34 2A
Octal 241 243 64 1 0 104 44 75 64 52
Binary 10100001 10100011 110100 1 0 1000100 100100 111101 110100 101010

Color Harmonies of #A1A334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A334

Black with #A1A334

Text Example


Text Example

White with #A1A334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A334; }

 p { color: rgb(161,163,52); }

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

background-color css

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

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

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

border-color css

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

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

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