Html Css Color HEX #A9A842 Brass

📋 copy color: '#A9A842'

red 169 ◦ green 168 ◦ blue 66

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

Shades of Brass #A9A842

Tints of Brass #A9A842

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.69%

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

R = 41.94%
G = 41.69%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A9A842 (or 0xA9A842) is known color: Brass. HEX triplet: A9, A8 and 42. RGB value is (169,168,66). Sum of RGB (Red+Green+Blue) = 169+168+66=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 66 (26.17% from 255 or 16.38% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A842 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A842 is #5657BD. Grayscale: #9D9D9D. Windows color (decimal): -5658558 or 4368553. OLE color: 4368553.

HSL color Cylindrical-coordinate representation of color #A9A842: hue angle of 59.42º 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 #A9A842 is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 168 66 -
CMYK 0 0.01 0.61 0.34
HSL 59.42º 0.44% 0.46% -
HSV(B) 59.42º 0.61% 0.66% -
XYZ 31.35 36.83 10.61 -
YUV 156.67 76.83 136.79 -
System Red Green Blue C M Y K H S L
Decimal 169 168 66 0 0.01 0.61 0.34 59.42 0.44 0.46
Hex A9 A8 42 0 1 3D 22 3B 2C 2E
Octal 251 250 102 0 1 75 42 73 54 56
Binary 10101001 10101000 1000010 0 1 111101 100010 111011 101100 101110

Color Harmonies of #A9A842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A842

Black with #A9A842

Text Example


Text Example

White with #A9A842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A842; }

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

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

background-color css

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

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

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

border-color css

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

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

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