Html Css Color HEX #A1AC42 Brass

📋 copy color: '#A1AC42'

red 161 ◦ green 172 ◦ blue 66

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

Shades of Brass #A1AC42

Tints of Brass #A1AC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.54%

R = 40.35%
G = 43.11%
B = 16.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#A1AC42 (or 0xA1AC42) is known color: Brass. HEX triplet: A1, AC and 42. RGB value is (161,172,66). Sum of RGB (Red+Green+Blue) = 161+172+66=399 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.35% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A1AC42 is #5E53BD. Grayscale: #9D9D9D. Windows color (decimal): -6181822 or 4369569. OLE color: 4369569.

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

Color convert

RGB 161 172 66 -
CMYK 0.06 0 0.62 0.33
HSL 66.23º 0.45% 0.47% -
HSV(B) 66.23º 0.62% 0.67% -
XYZ 30.43 37.48 10.78 -
YUV 156.63 76.86 131.12 -
System Red Green Blue C M Y K H S L
Decimal 161 172 66 0.06 0 0.62 0.33 66.23 0.45 0.47
Hex A1 AC 42 6 0 3E 21 42 2D 2F
Octal 241 254 102 6 0 76 41 102 55 57
Binary 10100001 10101100 1000010 110 0 111110 100001 1000010 101101 101111

Color Harmonies of #A1AC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1AC42

Black with #A1AC42

Text Example


Text Example

White with #A1AC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1AC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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