Html Css Color HEX #A1A633 Brass

📋 copy color: '#A1A633'

red 161 ◦ green 166 ◦ blue 51

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

Shades of Brass #A1A633

Tints of Brass #A1A633

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.92%

 BLUE value IS 51 (20.31% from 255) = 13.49%

R = 42.59%
G = 43.92%
B = 13.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A1A633 (or 0xA1A633) is known color: Brass. HEX triplet: A1, A6 and 33. RGB value is (161,166,51). Sum of RGB (Red+Green+Blue) = 161+166+51=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 51 (20.31% from 255 or 13.49% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A633 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A633 is #5E59CC. Grayscale: #979797. Windows color (decimal): -6183373 or 3384993. OLE color: 3384993.

HSL color Cylindrical-coordinate representation of color #A1A633: hue angle of 62.61º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1A633 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 161 166 51 -
CMYK 0.03 0 0.69 0.35
HSL 62.61º 0.53% 0.43% -
HSV(B) 62.61º 0.69% 0.65% -
XYZ 28.93 35.09 8.38 -
YUV 151.4 71.34 134.85 -
System Red Green Blue C M Y K H S L
Decimal 161 166 51 0.03 0 0.69 0.35 62.61 0.53 0.43
Hex A1 A6 33 3 0 45 23 3F 35 2B
Octal 241 246 63 3 0 105 43 77 65 53
Binary 10100001 10100110 110011 11 0 1000101 100011 111111 110101 101011

Color Harmonies of #A1A633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A633

Black with #A1A633

Text Example


Text Example

White with #A1A633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A633; }

 p { color: rgb(161,166,51); }

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

background-color css

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

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

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

border-color css

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

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

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