Html Css Color HEX #A9AE32 Brass

📋 copy color: '#A9AE32'

red 169 ◦ green 174 ◦ blue 50

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

Shades of Brass #A9AE32

Tints of Brass #A9AE32

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.27%

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

R = 43%
G = 44.27%
B = 12.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.32

RGB Variations

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

Color information

#A9AE32 (or 0xA9AE32) is known color: Brass. HEX triplet: A9, AE and 32. RGB value is (169,174,50). Sum of RGB (Red+Green+Blue) = 169+174+50=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 174 (68.36% from 255 or 44.27% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 174 - color contains mainly: green. Hex color #A9AE32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AE32 is #5651CD. Grayscale: #9E9E9E. Windows color (decimal): -5657038 or 3321513. OLE color: 3321513.

HSL color Cylindrical-coordinate representation of color #A9AE32: hue angle of 62.42º 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 #A9AE32 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 174 50 -
CMYK 0.03 0 0.71 0.32
HSL 62.42º 0.55% 0.44% -
HSV(B) 62.42º 0.71% 0.68% -
XYZ 32.07 38.94 8.84 -
YUV 158.37 66.84 135.58 -
System Red Green Blue C M Y K H S L
Decimal 169 174 50 0.03 0 0.71 0.32 62.42 0.55 0.44
Hex A9 AE 32 3 0 47 20 3E 37 2C
Octal 251 256 62 3 0 107 40 76 67 54
Binary 10101001 10101110 110010 11 0 1000111 100000 111110 110111 101100

Color Harmonies of #A9AE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AE32

Black with #A9AE32

Text Example


Text Example

White with #A9AE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AE32; }

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

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

background-color css

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

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

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

border-color css

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

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

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