Html Css Color HEX #A9A142 Brass

📋 copy color: '#A9A142'

red 169 ◦ green 161 ◦ blue 66

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

Shades of Brass #A9A142

Tints of Brass #A9A142

RGB

 RED value IS 169 (66.41% from 255) = 42.68%

 GREEN value IS 161 (63.28% from 255) = 40.66%

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

R = 42.68%
G = 40.66%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A9A142 (or 0xA9A142) is known color: Brass. HEX triplet: A9, A1 and 42. RGB value is (169,161,66). Sum of RGB (Red+Green+Blue) = 169+161+66=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A142 is #565EBD. Grayscale: #989898. Windows color (decimal): -5660350 or 4366761. OLE color: 4366761.

HSL color Cylindrical-coordinate representation of color #A9A142: hue angle of 55.34º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A9A142 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 161 66 -
CMYK 0 0.05 0.61 0.34
HSL 55.34º 0.44% 0.46% -
HSV(B) 55.34º 0.61% 0.66% -
XYZ 30.09 34.32 10.19 -
YUV 152.56 79.15 139.72 -
System Red Green Blue C M Y K H S L
Decimal 169 161 66 0 0.05 0.61 0.34 55.34 0.44 0.46
Hex A9 A1 42 0 5 3D 22 37 2C 2E
Octal 251 241 102 0 5 75 42 67 54 56
Binary 10101001 10100001 1000010 0 101 111101 100010 110111 101100 101110

Color Harmonies of #A9A142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A142

Black with #A9A142

Text Example


Text Example

White with #A9A142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A142; }

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

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

background-color css

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

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

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

border-color css

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

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

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