Html Css Color HEX #A9A84F Brass

📋 copy color: '#A9A84F'

red 169 ◦ green 168 ◦ blue 79

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

Shades of Brass #A9A84F

Tints of Brass #A9A84F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.99%

R = 40.63%
G = 40.38%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#A9A84F (or 0xA9A84F) is known color: Brass. HEX triplet: A9, A8 and 4F. RGB value is (169,168,79). Sum of RGB (Red+Green+Blue) = 169+168+79=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 79 (31.25% from 255 or 18.99% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A84F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9A84F is #5657B0. Grayscale: #9E9E9E. Windows color (decimal): -5658545 or 5220521. OLE color: 5220521.

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

Color convert

RGB 169 168 79 -
CMYK 0 0.01 0.53 0.34
HSL 59.33º 0.36% 0.49% -
HSV(B) 59.33º 0.53% 0.66% -
XYZ 31.78 37 12.87 -
YUV 158.15 83.33 135.74 -
System Red Green Blue C M Y K H S L
Decimal 169 168 79 0 0.01 0.53 0.34 59.33 0.36 0.49
Hex A9 A8 4F 0 1 35 22 3B 24 31
Octal 251 250 117 0 1 65 42 73 44 61
Binary 10101001 10101000 1001111 0 1 110101 100010 111011 100100 110001

Color Harmonies of #A9A84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A84F

Black with #A9A84F

Text Example


Text Example

White with #A9A84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A84F; }

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

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

background-color css

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

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

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

border-color css

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

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

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