Html Css Color HEX #A9A347 Brass

📋 copy color: '#A9A347'

red 169 ◦ green 163 ◦ blue 71

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

Shades of Brass #A9A347

Tints of Brass #A9A347

RGB

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

 GREEN value IS 163 (64.06% from 255) = 40.45%

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

R = 41.94%
G = 40.45%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A9A347 (or 0xA9A347) is known color: Brass. HEX triplet: A9, A3 and 47. RGB value is (169,163,71). Sum of RGB (Red+Green+Blue) = 169+163+71=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 163 (64.06% from 255 or 40.45% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A347 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A347 is #565CB8. Grayscale: #9A9A9A. Windows color (decimal): -5659833 or 4694953. OLE color: 4694953.

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

Color convert

RGB 169 163 71 -
CMYK 0 0.04 0.58 0.34
HSL 56.33º 0.41% 0.47% -
HSV(B) 56.33º 0.58% 0.66% -
XYZ 30.6 35.08 11.12 -
YUV 154.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 169 163 71 0 0.04 0.58 0.34 56.33 0.41 0.47
Hex A9 A3 47 0 4 3A 22 38 29 2F
Octal 251 243 107 0 4 72 42 70 51 57
Binary 10101001 10100011 1000111 0 100 111010 100010 111000 101001 101111

Color Harmonies of #A9A347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A347

Black with #A9A347

Text Example


Text Example

White with #A9A347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A347; }

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

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

background-color css

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

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

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

border-color css

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

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

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