Html Css Color HEX #A9A847 Brass

📋 copy color: '#A9A847'

red 169 ◦ green 168 ◦ blue 71

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

Shades of Brass #A9A847

Tints of Brass #A9A847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.4%

R = 41.42%
G = 41.18%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A9A847 (or 0xA9A847) is known color: Brass. HEX triplet: A9, A8 and 47. RGB value is (169,168,71). Sum of RGB (Red+Green+Blue) = 169+168+71=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 71 (28.12% from 255 or 17.40% from 408); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A847 is #5657B8. Grayscale: #9D9D9D. Windows color (decimal): -5658553 or 4696233. OLE color: 4696233.

HSL color Cylindrical-coordinate representation of color #A9A847: hue angle of 59.39º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A9A847 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 168 71 -
CMYK 0 0.01 0.58 0.34
HSL 59.39º 0.41% 0.47% -
HSV(B) 59.39º 0.58% 0.66% -
XYZ 31.5 36.9 11.42 -
YUV 157.24 79.33 136.39 -
System Red Green Blue C M Y K H S L
Decimal 169 168 71 0 0.01 0.58 0.34 59.39 0.41 0.47
Hex A9 A8 47 0 1 3A 22 3B 29 2F
Octal 251 250 107 0 1 72 42 73 51 57
Binary 10101001 10101000 1000111 0 1 111010 100010 111011 101001 101111

Color Harmonies of #A9A847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A847

Black with #A9A847

Text Example


Text Example

White with #A9A847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A847; }

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

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

background-color css

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

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

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

border-color css

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

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

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