Html Css Color HEX #A1A235 Brass

📋 copy color: '#A1A235'

red 161 ◦ green 162 ◦ blue 53

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

Shades of Brass #A1A235

Tints of Brass #A1A235

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.09%

 BLUE value IS 53 (21.09% from 255) = 14.1%

R = 42.82%
G = 43.09%
B = 14.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A1A235 (or 0xA1A235) is known color: Brass. HEX triplet: A1, A2 and 35. RGB value is (161,162,53). Sum of RGB (Red+Green+Blue) = 161+162+53=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 53 (21.09% from 255 or 14.10% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #A1A235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A235 is #5E5DCA. Grayscale: #959595. Windows color (decimal): -6184395 or 3515041. OLE color: 3515041.

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

Color convert

RGB 161 162 53 -
CMYK 0.01 0 0.67 0.36
HSL 60.55º 0.51% 0.42% -
HSV(B) 60.55º 0.67% 0.64% -
XYZ 28.26 33.67 8.38 -
YUV 149.28 73.67 136.36 -
System Red Green Blue C M Y K H S L
Decimal 161 162 53 0.01 0 0.67 0.36 60.55 0.51 0.42
Hex A1 A2 35 1 0 43 24 3D 33 2A
Octal 241 242 65 1 0 103 44 75 63 52
Binary 10100001 10100010 110101 1 0 1000011 100100 111101 110011 101010

Color Harmonies of #A1A235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A235

Black with #A1A235

Text Example


Text Example

White with #A1A235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A235; }

 p { color: rgb(161,162,53); }

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

background-color css

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

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

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

border-color css

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

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

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