Html Css Color HEX #A9AD32 Brass

📋 copy color: '#A9AD32'

red 169 ◦ green 173 ◦ blue 50

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

Shades of Brass #A9AD32

Tints of Brass #A9AD32

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.13%

 BLUE value IS 50 (19.92% from 255) = 12.76%

R = 43.11%
G = 44.13%
B = 12.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#A9AD32 (or 0xA9AD32) is known color: Brass. HEX triplet: A9, AD and 32. RGB value is (169,173,50). Sum of RGB (Red+Green+Blue) = 169+173+50=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 50 (19.92% from 255 or 12.76% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AD32 is #5652CD. Grayscale: #9E9E9E. Windows color (decimal): -5657294 or 3321257. OLE color: 3321257.

HSL color Cylindrical-coordinate representation of color #A9AD32: hue angle of 61.95º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A9AD32 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 173 50 -
CMYK 0.02 0 0.71 0.32
HSL 61.95º 0.55% 0.44% -
HSV(B) 61.95º 0.71% 0.68% -
XYZ 31.88 38.55 8.78 -
YUV 157.78 67.17 136 -
System Red Green Blue C M Y K H S L
Decimal 169 173 50 0.02 0 0.71 0.32 61.95 0.55 0.44
Hex A9 AD 32 2 0 47 20 3E 37 2C
Octal 251 255 62 2 0 107 40 76 67 54
Binary 10101001 10101101 110010 10 0 1000111 100000 111110 110111 101100

Color Harmonies of #A9AD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AD32

Black with #A9AD32

Text Example


Text Example

White with #A9AD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AD32; }

 p { color: rgb(169,173,50); }

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

background-color css

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

 a { background-color: rgb(169,173,50); }

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

border-color css

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

 span { border-color: rgb(169,173,50); }

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