Html Css Color HEX #A9A43C Brass

📋 copy color: '#A9A43C'

red 169 ◦ green 164 ◦ blue 60

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

Shades of Brass #A9A43C

Tints of Brass #A9A43C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.73%

 BLUE value IS 60 (23.83% from 255) = 15.27%

R = 43%
G = 41.73%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A9A43C (or 0xA9A43C) is known color: Brass. HEX triplet: A9, A4 and 3C. RGB value is (169,164,60). Sum of RGB (Red+Green+Blue) = 169+164+60=393 (52% of max value = 765). Red value is 169 (66.41% from 255 or 43.00% from 393); Green value is 164 (64.45% from 255 or 41.73% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A43C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A43C is #565BC3. Grayscale: #9A9A9A. Windows color (decimal): -5659588 or 3974313. OLE color: 3974313.

HSL color Cylindrical-coordinate representation of color #A9A43C: hue angle of 57.25º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A9A43C is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 164 60 -
CMYK 0 0.03 0.64 0.34
HSL 57.25º 0.48% 0.45% -
HSV(B) 57.25º 0.64% 0.66% -
XYZ 30.45 35.31 9.49 -
YUV 153.64 75.16 138.96 -
System Red Green Blue C M Y K H S L
Decimal 169 164 60 0 0.03 0.64 0.34 57.25 0.48 0.45
Hex A9 A4 3C 0 3 40 22 39 30 2D
Octal 251 244 74 0 3 100 42 71 60 55
Binary 10101001 10100100 111100 0 11 1000000 100010 111001 110000 101101

Color Harmonies of #A9A43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9A43C

Black with #A9A43C

Text Example


Text Example

White with #A9A43C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9A43C; }

 p { color: rgb(169,164,60); }

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

background-color css

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

 a { background-color: rgb(169,164,60); }

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

border-color css

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

 span { border-color: rgb(169,164,60); }

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