Html Css Color HEX #A9AC3C Brass

📋 copy color: '#A9AC3C'

red 169 ◦ green 172 ◦ blue 60

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

Shades of Brass #A9AC3C

Tints of Brass #A9AC3C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.89%

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

R = 42.14%
G = 42.89%
B = 14.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#A9AC3C (or 0xA9AC3C) is known color: Brass. HEX triplet: A9, AC and 3C. RGB value is (169,172,60). Sum of RGB (Red+Green+Blue) = 169+172+60=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #A9AC3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9AC3C is #5653C3. Grayscale: #9E9E9E. Windows color (decimal): -5657540 or 3976361. OLE color: 3976361.

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

Color convert

RGB 169 172 60 -
CMYK 0.02 0 0.65 0.33
HSL 61.61º 0.48% 0.45% -
HSV(B) 61.61º 0.65% 0.67% -
XYZ 31.93 38.27 9.98 -
YUV 158.34 72.51 135.61 -
System Red Green Blue C M Y K H S L
Decimal 169 172 60 0.02 0 0.65 0.33 61.61 0.48 0.45
Hex A9 AC 3C 2 0 41 21 3E 30 2D
Octal 251 254 74 2 0 101 41 76 60 55
Binary 10101001 10101100 111100 10 0 1000001 100001 111110 110000 101101

Color Harmonies of #A9AC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9AC3C

Black with #A9AC3C

Text Example


Text Example

White with #A9AC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9AC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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