Html Css Color HEX #A9AD39 Brass

📋 copy color: '#A9AD39'

red 169 ◦ green 173 ◦ blue 57

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

Shades of Brass #A9AD39

Tints of Brass #A9AD39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.29%

R = 42.36%
G = 43.36%
B = 14.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#A9AD39 (or 0xA9AD39) is known color: Brass. HEX triplet: A9, AD and 39. RGB value is (169,173,57). Sum of RGB (Red+Green+Blue) = 169+173+57=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 57 (22.66% from 255 or 14.29% from 399); Max value from RGB is 173 - color contains mainly: green. Hex color #A9AD39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AD39 is #5652C6. Grayscale: #9F9F9F. Windows color (decimal): -5657287 or 3780009. OLE color: 3780009.

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

Color convert

RGB 169 173 57 -
CMYK 0.02 0 0.67 0.32
HSL 62.07º 0.5% 0.45% -
HSV(B) 62.07º 0.67% 0.68% -
XYZ 32.04 38.62 9.64 -
YUV 158.58 70.67 135.43 -
System Red Green Blue C M Y K H S L
Decimal 169 173 57 0.02 0 0.67 0.32 62.07 0.5 0.45
Hex A9 AD 39 2 0 43 20 3E 32 2D
Octal 251 255 71 2 0 103 40 76 62 55
Binary 10101001 10101101 111001 10 0 1000011 100000 111110 110010 101101

Color Harmonies of #A9AD39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AD39

Black with #A9AD39

Text Example


Text Example

White with #A9AD39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AD39; }

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

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

background-color css

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

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

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

border-color css

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

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

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