Html Css Color HEX #A1AC36 Brass

📋 copy color: '#A1AC36'

red 161 ◦ green 172 ◦ blue 54

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

Shades of Brass #A1AC36

Tints of Brass #A1AC36

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.44%

 BLUE value IS 54 (21.48% from 255) = 13.95%

R = 41.6%
G = 44.44%
B = 13.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#A1AC36 (or 0xA1AC36) is known color: Brass. HEX triplet: A1, AC and 36. RGB value is (161,172,54). Sum of RGB (Red+Green+Blue) = 161+172+54=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 54 (21.48% from 255 or 13.95% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AC36 is #5E53C9. Grayscale: #9B9B9B. Windows color (decimal): -6181834 or 3583137. OLE color: 3583137.

HSL color Cylindrical-coordinate representation of color #A1AC36: hue angle of 65.59º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1AC36 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 172 54 -
CMYK 0.06 0 0.69 0.33
HSL 65.59º 0.52% 0.44% -
HSV(B) 65.59º 0.69% 0.67% -
XYZ 30.12 37.35 9.11 -
YUV 155.26 70.86 132.09 -
System Red Green Blue C M Y K H S L
Decimal 161 172 54 0.06 0 0.69 0.33 65.59 0.52 0.44
Hex A1 AC 36 6 0 45 21 42 34 2C
Octal 241 254 66 6 0 105 41 102 64 54
Binary 10100001 10101100 110110 110 0 1000101 100001 1000010 110100 101100

Color Harmonies of #A1AC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AC36

Black with #A1AC36

Text Example


Text Example

White with #A1AC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AC36; }

 p { color: rgb(161,172,54); }

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

background-color css

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

 a { background-color: rgb(161,172,54); }

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

border-color css

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

 span { border-color: rgb(161,172,54); }

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