Html Css Color HEX #A9A834 Brass

📋 copy color: '#A9A834'

red 169 ◦ green 168 ◦ blue 52

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

Shades of Brass #A9A834

Tints of Brass #A9A834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.37%

R = 43.44%
G = 43.19%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A9A834 (or 0xA9A834) is known color: Brass. HEX triplet: A9, A8 and 34. RGB value is (169,168,52). Sum of RGB (Red+Green+Blue) = 169+168+52=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 52 (20.70% from 255 or 13.37% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A834 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A834 is #5657CB. Grayscale: #9B9B9B. Windows color (decimal): -5658572 or 3451049. OLE color: 3451049.

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

Color convert

RGB 169 168 52 -
CMYK 0 0.01 0.69 0.34
HSL 59.49º 0.53% 0.43% -
HSV(B) 59.49º 0.69% 0.66% -
XYZ 30.98 36.69 8.7 -
YUV 155.08 69.83 137.93 -
System Red Green Blue C M Y K H S L
Decimal 169 168 52 0 0.01 0.69 0.34 59.49 0.53 0.43
Hex A9 A8 34 0 1 45 22 3B 35 2B
Octal 251 250 64 0 1 105 42 73 65 53
Binary 10101001 10101000 110100 0 1 1000101 100010 111011 110101 101011

Color Harmonies of #A9A834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A834

Black with #A9A834

Text Example


Text Example

White with #A9A834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A834; }

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

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

background-color css

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

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

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

border-color css

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

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

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