Html Css Color HEX #A1A635 Brass

📋 copy color: '#A1A635'

red 161 ◦ green 166 ◦ blue 53

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

Shades of Brass #A1A635

Tints of Brass #A1A635

RGB

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

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

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

R = 42.37%
G = 43.68%
B = 13.95%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A1A635 (or 0xA1A635) is known color: Brass. HEX triplet: A1, A6 and 35. RGB value is (161,166,53). Sum of RGB (Red+Green+Blue) = 161+166+53=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 166 (65.23% from 255 or 43.68% from 380); Blue value is 53 (21.09% from 255 or 13.95% from 380); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A635 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1A635 is #5E59CA. Grayscale: #989898. Windows color (decimal): -6183371 or 3516065. OLE color: 3516065.

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

Color convert

RGB 161 166 53 -
CMYK 0.03 0 0.68 0.35
HSL 62.65º 0.52% 0.43% -
HSV(B) 62.65º 0.68% 0.65% -
XYZ 28.98 35.11 8.62 -
YUV 151.62 72.34 134.69 -
System Red Green Blue C M Y K H S L
Decimal 161 166 53 0.03 0 0.68 0.35 62.65 0.52 0.43
Hex A1 A6 35 3 0 44 23 3F 34 2B
Octal 241 246 65 3 0 104 43 77 64 53
Binary 10100001 10100110 110101 11 0 1000100 100011 111111 110100 101011

Color Harmonies of #A1A635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1A635

Black with #A1A635

Text Example


Text Example

White with #A1A635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1A635; }

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

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

background-color css

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

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

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

border-color css

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

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

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