Html Css Color HEX #A9A745 Brass

📋 copy color: '#A9A745'

red 169 ◦ green 167 ◦ blue 69

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

Shades of Brass #A9A745

Tints of Brass #A9A745

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.23%

 BLUE value IS 69 (27.34% from 255) = 17.04%

R = 41.73%
G = 41.23%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A9A745 (or 0xA9A745) is known color: Brass. HEX triplet: A9, A7 and 45. RGB value is (169,167,69). Sum of RGB (Red+Green+Blue) = 169+167+69=405 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.73% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 69 (27.34% from 255 or 17.04% from 405); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A745 is #5658BA. Grayscale: #9C9C9C. Windows color (decimal): -5658811 or 4564905. OLE color: 4564905.

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

Color convert

RGB 169 167 69 -
CMYK 0 0.01 0.59 0.34
HSL 58.8º 0.42% 0.47% -
HSV(B) 58.8º 0.59% 0.66% -
XYZ 31.26 36.5 11.03 -
YUV 156.43 78.66 136.97 -
System Red Green Blue C M Y K H S L
Decimal 169 167 69 0 0.01 0.59 0.34 58.8 0.42 0.47
Hex A9 A7 45 0 1 3B 22 3B 2A 2F
Octal 251 247 105 0 1 73 42 73 52 57
Binary 10101001 10100111 1000101 0 1 111011 100010 111011 101010 101111

Color Harmonies of #A9A745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A745

Black with #A9A745

Text Example


Text Example

White with #A9A745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A745; }

 p { color: rgb(169,167,69); }

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

background-color css

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

 a { background-color: rgb(169,167,69); }

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

border-color css

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

 span { border-color: rgb(169,167,69); }

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