Html Css Color HEX #A1A644 Brass

📋 copy color: '#A1A644'

red 161 ◦ green 166 ◦ blue 68

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

Shades of Brass #A1A644

Tints of Brass #A1A644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.22%

R = 40.76%
G = 42.03%
B = 17.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A1A644 (or 0xA1A644) is known color: Brass. HEX triplet: A1, A6 and 44. RGB value is (161,166,68). Sum of RGB (Red+Green+Blue) = 161+166+68=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A644 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A644 is #5E59BB. Grayscale: #999999. Windows color (decimal): -6183356 or 4499105. OLE color: 4499105.

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

Color convert

RGB 161 166 68 -
CMYK 0.03 0 0.59 0.35
HSL 63.06º 0.42% 0.46% -
HSV(B) 63.06º 0.59% 0.65% -
XYZ 29.38 35.27 10.73 -
YUV 153.33 79.84 133.47 -
System Red Green Blue C M Y K H S L
Decimal 161 166 68 0.03 0 0.59 0.35 63.06 0.42 0.46
Hex A1 A6 44 3 0 3B 23 3F 2A 2E
Octal 241 246 104 3 0 73 43 77 52 56
Binary 10100001 10100110 1000100 11 0 111011 100011 111111 101010 101110

Color Harmonies of #A1A644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A644

Black with #A1A644

Text Example


Text Example

White with #A1A644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A644; }

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

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

background-color css

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

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

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

border-color css

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

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

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